From 6c920930cbfae1149c0e688f1a86b7ed58d62224 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 31 Jan 2018 18:02:33 -0600 Subject: [PATCH] Polybar: Change pseudotile icon The previous one was standard and unrepresentative. At least this one solves one of those problems --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index a846b609..74e577cb 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -174,7 +174,7 @@ label-floating =  label-floating-padding = ${res/config.padding} label-floating-background = ${res/colors.primary} label-floating-foreground = ${res/colors.background} -label-pseudotiled =  +label-pseudotiled =  label-pseudotiled-padding = ${res/config.padding} label-pseudotiled-background = ${res/colors.primary} label-pseudotiled-foreground = ${res/colors.background}