mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
Term: Fix mate-terminal font
This commit is contained in:
3
neofetch
3
neofetch
@@ -1926,8 +1926,7 @@ get_term_font() {
|
||||
rm -f "$mateterm_config"
|
||||
|
||||
mate_get() {
|
||||
gsettings get org.mate.terminal.profile:\
|
||||
/org/mate/terminal/profiles/"$1"/ "$2"
|
||||
gsettings get org.mate.terminal.profile:/org/mate/terminal/profiles/"$1"/ "$2"
|
||||
}
|
||||
|
||||
if [[ "$(mate_get "$profile" "use-system-font")" == "true" ]]; then
|
||||
|
Reference in New Issue
Block a user