From a06890122c498f498e959a7a6a1d614961aa7365 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 3 Dec 2019 10:33:30 +0100 Subject: [PATCH] Change polybar font order Will try to use Comic Neue for display, if that is not found will switch to Noto Sans. For icon display, it then switches to Iosevka Nerd Font enlarged, to better display icons. --- .config/polybar/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index fcb13d2..8eead52 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -83,8 +83,9 @@ fixed-center = true ; font-2 = Termsynu:size=8;-1 ; font-3 = FontAwesome:size=10 ; See the Fonts wiki page for more details -font-0 = NotoSans -font-1 = Iosevka:size=18 +font-0 = Comic Neue +font-1 = NotoSans +font-2 = Iosevka:size=18 cursor-click = pointer @@ -98,7 +99,7 @@ strip-wsnumbers = true ws-icon-0 = 1; ws-icon-1 = 2; -ws-icon-2 = 3;3 +ws-icon-2 = 3; ws-icon-3 = 4;4 ws-icon-4 = 5;5 ws-icon-5 = 6;6