From 522e87fe31e509ebce1f01c1b55340a0d217a288 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 21 Jan 2018 23:52:10 -0500 Subject: [PATCH] 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. --- dotfiles/.config/polybar/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/.config/polybar/config b/dotfiles/.config/polybar/config index 832e0b62..cbcd4c3d 100644 --- a/dotfiles/.config/polybar/config +++ b/dotfiles/.config/polybar/config @@ -40,6 +40,8 @@ height = 88 padding-left = 2 padding-right = 2 module-margin = 1 +border-bottom-color = ${color.text} +border-bottom-size = 3 [module/bspwm] type = internal/bspwm @@ -47,7 +49,7 @@ pin-workspaces = true label-focused-foreground = ${color.highlight} label-urgent-foreground = ${color.yellow} -label-occupied-foreground = ${color.blue} +label-occupied-foreground = ${color.text} label-empty-foreground = ${color.text} label-focused-padding = 2 label-urgent-padding = 2