Polybar: Add underlines to occupied workspaces

This commit is contained in:
Salt 2018-05-20 23:53:50 -05:00
parent de173729c4
commit db6cbc2664

View File

@ -20,7 +20,7 @@ icon-fs = ${xrdb:color10}
icon-memory = ${xrdb:color13} icon-memory = ${xrdb:color13}
icon-volume = ${res/colors.primary} icon-volume = ${res/colors.primary}
icon-wlan = ${xrdb:color14} icon-wlan = ${xrdb:color14}
icon-wm = ${xrdb:color12} icon-wm = ${res/colors.primary}
icon-xbacklight = ${res/colors.primary} icon-xbacklight = ${res/colors.primary}
icon-xwindow = ${res/colors.primary} icon-xwindow = ${res/colors.primary}
@ -64,6 +64,7 @@ foreground = ${res/colors.foreground}
border-size = 4 border-size = 4
border-color = ${res/colors.border} border-color = ${res/colors.border}
underline-size = 2
# Module fonts # Module fonts
font-0 = ${res/fonts.font-0} font-0 = ${res/fonts.font-0}
@ -153,10 +154,12 @@ label-dimmed-background = ${res/colors.background-alt}
label-occupied = ${self.label-focused} label-occupied = ${self.label-focused}
label-occupied-padding = ${res/config.padding} label-occupied-padding = ${res/config.padding}
label-occupied-underline = ${res/colors.secondary}
label-urgent = ${self.label-focused} label-urgent = ${self.label-focused}
label-urgent-padding = ${res/config.padding} label-urgent-padding = ${res/config.padding}
label-urgent-foreground = ${res/colors.alert} label-urgent-foreground = ${res/colors.alert}
label-urgent-underline = ${res/colors.alert}
label-empty = ${self.label-focused} label-empty = ${self.label-focused}
label-empty-padding = ${res/config.padding} label-empty-padding = ${res/config.padding}