Term: Fix mate-terminal font
This commit is contained in:
parent
9f83da7727
commit
ae03a6c800
3
neofetch
3
neofetch
|
@ -1926,8 +1926,7 @@ get_term_font() {
|
||||||
rm -f "$mateterm_config"
|
rm -f "$mateterm_config"
|
||||||
|
|
||||||
mate_get() {
|
mate_get() {
|
||||||
gsettings get org.mate.terminal.profile:\
|
gsettings get org.mate.terminal.profile:/org/mate/terminal/profiles/"$1"/ "$2"
|
||||||
/org/mate/terminal/profiles/"$1"/ "$2"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ "$(mate_get "$profile" "use-system-font")" == "true" ]]; then
|
if [[ "$(mate_get "$profile" "use-system-font")" == "true" ]]; then
|
||||||
|
|
Reference in New Issue