polybar-werefox-theme/modules/i3
2020-04-15 15:57:25 -03:00

21 lines
No EOL
607 B
Text

[module/i3]
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = false
label-focused = %{T2}%{T-}
label-focused-foreground = ${colors.i3}
label-focused-padding = 1
label-unfocused = %{T2}%{T-}
label-unfocused-foreground = ${colors.i3}
label-unfocused-padding = ${self.label-focused-padding}
label-visible = %{T2}%{T-}
label-visible-foreground = ${self.label-focused-foreground}
label-visible-padding = ${self.label-focused-padding}
label-urgent = %{T2}%{T-}
label-urgent-foreground = ${colors.danger}
label-urgent-padding = ${self.label-focused-padding}