Polybar: Clean things up a bit
This commit is contained in:
parent
488b2b1437
commit
03c8a09916
@ -108,20 +108,20 @@ label-mode-foreground = ${res/colors.background}
|
||||
label-mode-background = ${res/colors.primary}
|
||||
|
||||
label-focused = %name%
|
||||
label-focused-padding = ${self.label-mode-padding}
|
||||
label-focused-padding = ${res/config.padding}
|
||||
label-focused-foreground = ${self.label-mode-foreground}
|
||||
label-focused-background = ${res/colors.secondary}
|
||||
|
||||
label-visible = ${self.label-focused}
|
||||
label-visible-padding = ${self.label-mode-padding}
|
||||
label-visible-padding = ${res/config.padding}
|
||||
label-visible-background = ${res/colors.background-4}
|
||||
|
||||
label-unfocused = ${self.label-focused}
|
||||
label-unfocused-padding = ${self.label-mode-padding}
|
||||
label-unfocused-padding = ${res/config.padding}
|
||||
label-unfocused-background = ${res/colors.background}
|
||||
|
||||
label-urgent = ${self.label-focused}
|
||||
label-urgent-padding = ${self.label-mode-padding}
|
||||
label-urgent-padding = ${res/config.padding}
|
||||
label-urgent-background = ${res/colors.alert}
|
||||
|
||||
[module/bspwm]
|
||||
@ -150,22 +150,22 @@ label-focused-foreground = ${res/colors.background}
|
||||
label-focused-background = ${res/colors.secondary}
|
||||
|
||||
label-dimmed = ${self.label-focused}
|
||||
label-dimmed-padding = ${self.label-focused-padding}
|
||||
label-dimmed-padding = ${res/config.padding}
|
||||
label-dimmed-foreground = ${self.label-focused-foreground}
|
||||
label-dimmed-background = ${res/colors.background-4}
|
||||
|
||||
label-occupied = ${self.label-focused}
|
||||
label-occupied-padding = ${self.label-focused-padding}
|
||||
label-occupied-padding = ${res/config.padding}
|
||||
label-occupied-foreground = ${res/colors.foreground}
|
||||
label-occupied-background = ${res/colors.background}
|
||||
|
||||
label-urgent = ${self.label-focused}
|
||||
label-urgent-padding = ${self.label-focused-padding}
|
||||
label-urgent-padding = ${res/config.padding}
|
||||
label-urgent-foreground = ${res/colors.alert}
|
||||
label-urgent-background = ${res/colors.background}
|
||||
|
||||
label-empty = ${self.label-focused}
|
||||
label-empty-padding = ${self.label-focused-padding}
|
||||
label-empty-padding = ${res/config.padding}
|
||||
label-empty-foreground = ${res/colors.background-4}
|
||||
label-empty-background = ${res/colors.background}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user