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