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:
Donovan Glover 2018-01-21 23:52:10 -05:00
parent 6c1e088ff8
commit 522e87fe31
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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