From fc423ecb59035de84ece2168d556735c2511dfab Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 17 Jan 2018 13:07:53 -0600 Subject: [PATCH] Polybar: Decorate i3 module a bit more --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index fb725069..7927d51d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -91,7 +91,7 @@ content-foreground = ${res/colors.background-4} [module/i3] type = internal/i3 format = -format-prefix = "i3" +format-prefix = "" format-prefix-padding = 2 format-prefix-foreground = ${res/colors.background} format-prefix-background = ${res/colors.primary} @@ -100,7 +100,7 @@ index-sort = true label-mode-padding = 2 label-mode-foreground = ${res/colors.background} -label-mode-background = ${res/colors.secondary} +label-mode-background = ${res/colors.primary} label-focused = %name% label-focused-padding = ${self.label-mode-padding}