2022-07-15 21:37:39 +02:00
|
|
|
[module/i3]
|
|
|
|
type = internal/i3
|
|
|
|
format = <label-state> <label-mode>
|
|
|
|
index-sort = true
|
|
|
|
wrapping-scroll = false
|
2022-07-21 22:24:38 +02:00
|
|
|
|
2022-07-15 21:37:39 +02:00
|
|
|
; focused = Active workspace on focused monitor
|
|
|
|
label-focused = %index%
|
2022-07-21 22:34:50 +02:00
|
|
|
label-focused-background = ${colors.green}
|
2022-07-21 22:24:38 +02:00
|
|
|
|
2022-07-15 21:37:39 +02:00
|
|
|
; unfocused = Inactive workspace on any monitor
|
|
|
|
label-unfocused = %index%
|
2022-07-21 22:24:38 +02:00
|
|
|
|
2022-07-15 21:37:39 +02:00
|
|
|
; urgent = Workspace with urgency hint set
|
|
|
|
label-urgent = %index%
|
2022-07-21 22:34:50 +02:00
|
|
|
label-urgent-background = ${colors.red}
|