mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
34 lines
802 B
INI
34 lines
802 B
INI
[module/workspaces]
|
|
type = internal/xworkspaces
|
|
pin-workspaces = false
|
|
enable-click = true
|
|
enable-scroll = true
|
|
format-padding = 1
|
|
|
|
# icon-default =
|
|
|
|
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
|
|
label-active-underline = #98be65
|
|
label-urgent-padding = 1
|
|
label-occupied-padding = 1
|
|
|
|
# label-empty-foreground = #55aebb
|
|
# label-active-foreground = #99b679
|
|
# label-occupied-foreground = #55aebb
|
|
|
|
; label-empty-foreground = #61afef
|
|
; label-occupied-foreground = #61afef
|
|
; label-active-foreground = #98be65
|
|
label-empty-foreground = #51afef
|
|
label-occupied-foreground = #51afef
|
|
label-active-foreground = #98be65
|
|
label-urgent-foreground = ${color.urgent}
|