polybar: show workspace icons

This commit is contained in:
Inhji 2021-08-10 08:29:51 +02:00
parent f821e90c56
commit f61220f737
1 changed files with 4 additions and 4 deletions

View File

@ -128,25 +128,25 @@ label-mode-foreground = ${colors.f_inv}
label-mode-background = ${colors.b_inv}
; focused = Active workspace on focused monitor
label-focused = %index%
label-focused = %name%
label-focused-background = ${colors.b_high}
label-focused-foreground = ${colors.f_high}
label-focused-padding = 2
; unfocused = Inactive workspace on any monitor
label-unfocused = %index%
label-unfocused = %name%
label-unfocused-padding = 2
label-unfocused-background = ${colors.background}
label-unfocused-foreground = ${colors.f_low}
; visible = Active workspace on unfocused monitor
label-visible = %index%
label-visible = %name%
label-visible-background = ${colors.b_med}
label-visible-foreground = ${colors.f_low}
label-visible-padding = ${self.label-focused-padding}
; urgent = Workspace with urgency hint set
label-urgent = %index%
label-urgent = %name%
label-urgent-background = ${colors.alert}
label-urgent-padding = 2