about summary refs log tree commit diff
path: root/configs/polybar/modules/i3.ini
blob: 7e24a4a9afbd07bc52b7726587d3c45a2a760d3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = false
pin-workspaces = true

label-mode-background = ${colors.highlight}
label-mode-padding = 1
label-focused = %name%
label-focused-background = ${colors.focused}
label-focused-padding = 1
label-unfocused = %name%
label-unfocused-padding = 1
label-visible = %name%
label-visible-background = ${colors.highlight}
label-visible-padding = 1
label-urgent = %name%
label-urgent-background = #a00000
label-urgent-padding = 1