From db6cbc26645a8315369f86067f5af868b9624ddc Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 20 May 2018 23:53:50 -0500 Subject: [PATCH] Polybar: Add underlines to occupied workspaces --- .config/polybar/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index e87c53af..ebb5082e 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -20,7 +20,7 @@ icon-fs = ${xrdb:color10} icon-memory = ${xrdb:color13} icon-volume = ${res/colors.primary} icon-wlan = ${xrdb:color14} -icon-wm = ${xrdb:color12} +icon-wm = ${res/colors.primary} icon-xbacklight = ${res/colors.primary} icon-xwindow = ${res/colors.primary} @@ -64,6 +64,7 @@ foreground = ${res/colors.foreground} border-size = 4 border-color = ${res/colors.border} +underline-size = 2 # Module fonts font-0 = ${res/fonts.font-0} @@ -153,10 +154,12 @@ label-dimmed-background = ${res/colors.background-alt} label-occupied = ${self.label-focused} label-occupied-padding = ${res/config.padding} +label-occupied-underline = ${res/colors.secondary} label-urgent = ${self.label-focused} label-urgent-padding = ${res/config.padding} label-urgent-foreground = ${res/colors.alert} +label-urgent-underline = ${res/colors.alert} label-empty = ${self.label-focused} label-empty-padding = ${res/config.padding}