Polybar: Add indicators to bspwm module
God I wish there was a better way to set all those settings
This commit is contained in:
parent
e2ee343fd4
commit
8f60b527e9
@ -57,9 +57,9 @@ background = #00000000
|
|||||||
foreground = ${res/colors.foreground}
|
foreground = ${res/colors.foreground}
|
||||||
|
|
||||||
# Invisible border on three sides; it cooperates well with i3
|
# Invisible border on three sides; it cooperates well with i3
|
||||||
border-top = 10
|
border-top-size = 10
|
||||||
border-left = ${self.border-top}
|
border-left-size = ${self.border-top-size}
|
||||||
border-right = ${self.border-top}
|
border-right-size = ${self.border-top-size}
|
||||||
border-color = #00000000
|
border-color = #00000000
|
||||||
|
|
||||||
# Module fonts
|
# Module fonts
|
||||||
@ -126,11 +126,7 @@ label-urgent-background = ${res/colors.alert}
|
|||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
format = <label-state>
|
format = <label-mode><label-state>
|
||||||
format-prefix =
|
|
||||||
format-prefix-padding = ${res/config.padding}
|
|
||||||
format-prefix-foreground = ${res/colors.background}
|
|
||||||
format-prefix-background = ${res/colors.primary}
|
|
||||||
enable-scroll = false
|
enable-scroll = false
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
|
|
||||||
@ -144,6 +140,39 @@ ws-icon-6 = 7;
|
|||||||
ws-icon-7 = 8;
|
ws-icon-7 = 8;
|
||||||
ws-icon-default =
|
ws-icon-default =
|
||||||
|
|
||||||
|
label-monocle =
|
||||||
|
label-monocle-padding = ${res/config.padding}
|
||||||
|
label-monocle-background = ${res/colors.primary}
|
||||||
|
label-monocle-foreground = ${res/colors.background}
|
||||||
|
label-tiled =
|
||||||
|
label-tiled-padding = ${res/config.padding}
|
||||||
|
label-tiled-background = ${res/colors.primary}
|
||||||
|
label-tiled-foreground = ${res/colors.background}
|
||||||
|
label-fullscreen =
|
||||||
|
label-fullscreen-padding = ${res/config.padding}
|
||||||
|
label-fullscreen-background = ${res/colors.primary}
|
||||||
|
label-fullscreen-foreground = ${res/colors.background}
|
||||||
|
label-floating =
|
||||||
|
label-floating-padding = ${res/config.padding}
|
||||||
|
label-floating-background = ${res/colors.primary}
|
||||||
|
label-floating-foreground = ${res/colors.background}
|
||||||
|
label-pseudotiled =
|
||||||
|
label-pseudotiled-padding = ${res/config.padding}
|
||||||
|
label-pseudotiled-background = ${res/colors.primary}
|
||||||
|
label-pseudotiled-foreground = ${res/colors.background}
|
||||||
|
label-locked =
|
||||||
|
label-locked-padding = ${res/config.padding}
|
||||||
|
label-locked-background = ${res/colors.primary}
|
||||||
|
label-locked-foreground = ${res/colors.background}
|
||||||
|
label-sticky =
|
||||||
|
label-sticky-padding = ${res/config.padding}
|
||||||
|
label-sticky-background = ${res/colors.primary}
|
||||||
|
label-sticky-foreground = ${res/colors.background}
|
||||||
|
label-private =
|
||||||
|
label-private-padding = ${res/config.padding}
|
||||||
|
label-private-background = ${res/colors.primary}
|
||||||
|
label-private-foreground = ${res/colors.background}
|
||||||
|
|
||||||
label-focused = %icon%
|
label-focused = %icon%
|
||||||
label-focused-padding = ${res/config.padding}
|
label-focused-padding = ${res/config.padding}
|
||||||
label-focused-foreground = ${res/colors.background}
|
label-focused-foreground = ${res/colors.background}
|
||||||
@ -169,6 +198,7 @@ label-empty-padding = ${res/config.padding}
|
|||||||
label-empty-foreground = ${res/colors.background-4}
|
label-empty-foreground = ${res/colors.background-4}
|
||||||
label-empty-background = ${res/colors.background}
|
label-empty-background = ${res/colors.background}
|
||||||
|
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
format-charging = <animation-charging><label-charging>
|
format-charging = <animation-charging><label-charging>
|
||||||
|
Loading…
Reference in New Issue
Block a user