dotfiles/polybar/conf.d/mod_i3

22 lines
509 B
Text
Raw Normal View History

2022-07-15 21:37:39 +02:00
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
2022-07-21 22:42:38 +02:00
wrapping-scroll = true
2022-07-21 22:24:38 +02:00
2022-07-21 22:36:02 +02:00
label-mode-padding = 2
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:36:02 +02:00
label-focused-padding = 2
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:36:02 +02:00
label-unfocused-padding = 2
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}
2022-07-21 22:36:02 +02:00
label-urgent-padding = 2