From 87f6fead6eaa9be57430f304d2cd722d97bb0e7d Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 21 May 2018 01:22:38 -0500 Subject: [PATCH] Revert "Polybar: Add underlines to occupied workspaces" Idontlikeit --- .config/polybar/config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index ebb5082e..e87c53af 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -20,7 +20,7 @@ icon-fs = ${xrdb:color10} icon-memory = ${xrdb:color13} icon-volume = ${res/colors.primary} icon-wlan = ${xrdb:color14} -icon-wm = ${res/colors.primary} +icon-wm = ${xrdb:color12} icon-xbacklight = ${res/colors.primary} icon-xwindow = ${res/colors.primary} @@ -64,7 +64,6 @@ foreground = ${res/colors.foreground} border-size = 4 border-color = ${res/colors.border} -underline-size = 2 # Module fonts font-0 = ${res/fonts.font-0} @@ -154,12 +153,10 @@ label-dimmed-background = ${res/colors.background-alt} label-occupied = ${self.label-focused} label-occupied-padding = ${res/config.padding} -label-occupied-underline = ${res/colors.secondary} label-urgent = ${self.label-focused} label-urgent-padding = ${res/config.padding} label-urgent-foreground = ${res/colors.alert} -label-urgent-underline = ${res/colors.alert} label-empty = ${self.label-focused} label-empty-padding = ${res/config.padding}