From ffffb7c7776869e005083379acf302c8421e99c2 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 23 Jun 2018 21:38:28 -0500 Subject: [PATCH] Polybar: Remove Font Awesome Had to put Inconsolata back in its place so that the progress bars weren't defaulting to Deja Vu glyphs --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 661b1599..e92b0de7 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -39,7 +39,7 @@ bar-fill = ━ font-0 = "Roboto:style=Regular:size=10;2" font-1 = "Roboto:style=Medium:size=10;2" font-2 = "Roboto:style=Light:size=10;2" -font-3 = "FontAwesome:size=10;2" +font-3 = "Inconsolata:size=10;2" font-4 = "Material Design Icons:size=11;3" #========================================