From ae03a6c800b0cece00961652070706c6dd9943ed Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Thu, 17 Aug 2017 09:59:32 +0200 Subject: [PATCH] Term: Fix mate-terminal font --- neofetch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neofetch b/neofetch index a6aa8993..82a2832a 100755 --- a/neofetch +++ b/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