mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 11:41:24 +02:00
Update polybar config
This commit: 1. Adds a border bottom 2. Removes the difference in text color for empty desktops. I may or may not add this back in the future.
This commit is contained in:
parent
6c1e088ff8
commit
522e87fe31
@ -40,6 +40,8 @@ height = 88
|
|||||||
padding-left = 2
|
padding-left = 2
|
||||||
padding-right = 2
|
padding-right = 2
|
||||||
module-margin = 1
|
module-margin = 1
|
||||||
|
border-bottom-color = ${color.text}
|
||||||
|
border-bottom-size = 3
|
||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
@ -47,7 +49,7 @@ pin-workspaces = true
|
|||||||
|
|
||||||
label-focused-foreground = ${color.highlight}
|
label-focused-foreground = ${color.highlight}
|
||||||
label-urgent-foreground = ${color.yellow}
|
label-urgent-foreground = ${color.yellow}
|
||||||
label-occupied-foreground = ${color.blue}
|
label-occupied-foreground = ${color.text}
|
||||||
label-empty-foreground = ${color.text}
|
label-empty-foreground = ${color.text}
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user