rice/polybar-modules/workspaces.ini

34 lines
802 B
INI
Raw Permalink Normal View History

2021-07-28 23:44:53 -07:00
[module/workspaces]
type = internal/xworkspaces
pin-workspaces = false
enable-click = true
enable-scroll = true
format-padding = 1
2021-11-11 10:26:21 -08:00
# icon-default = 
2021-07-28 23:44:53 -07:00
format = <label-state>
format-background = ${color.shade4}
label-active = %name%
label-occupied = %name%
label-urgent = %name%
label-empty = %name%
label-empty-padding = 1
label-active-padding = 1
2021-11-09 00:59:34 -08:00
label-active-underline = #98be65
2021-07-28 23:44:53 -07:00
label-urgent-padding = 1
label-occupied-padding = 1
2021-11-01 19:26:12 -07:00
# label-empty-foreground = #55aebb
# label-active-foreground = #99b679
# label-occupied-foreground = #55aebb
2021-11-11 10:26:21 -08:00
; label-empty-foreground = #61afef
; label-occupied-foreground = #61afef
; label-active-foreground = #98be65
label-empty-foreground = #51afef
label-occupied-foreground = #51afef
2021-11-09 00:59:34 -08:00
label-active-foreground = #98be65
2021-07-28 23:44:53 -07:00
label-urgent-foreground = ${color.urgent}