From 7e6f989e5f44ccbcec5c58e48f75521c53883ae6 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 1 Feb 2018 22:52:01 -0600 Subject: [PATCH] Polybar: Change bspwm tiling layout indicator I shit you not, the previous one was two pixels -- two WHOLE PIXELS -- off of an accurate representation. Thankfully Wuncon Siji has both variants of this kind of layout. --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 3c79e3e9..ca32262b 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -166,7 +166,7 @@ label-monocle =  label-monocle-padding = ${res/config.padding} label-monocle-background = ${res/colors.icon-wm} label-monocle-foreground = ${res/colors.background} -label-tiled =  +label-tiled =  label-tiled-padding = ${res/config.padding} label-tiled-background = ${res/colors.icon-wm} label-tiled-foreground = ${res/colors.background}