From de173729c42e8c3feb79245a507b2611d2a8fa2e Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 18 May 2018 19:22:00 -0500 Subject: [PATCH] Polybar: Frivilous tweaks --- .config/polybar/config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 30ee64a9..e87c53af 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -28,6 +28,7 @@ background = ${xrdb:background} background-alt = ${xrdb:color8} foreground = ${xrdb:color15} foreground-dark = ${xrdb:color8} +border = #3c3836 [res/config] padding = 2 @@ -62,7 +63,7 @@ background = ${res/colors.background} foreground = ${res/colors.foreground} border-size = 4 -border-color = #3c3836 +border-color = ${res/colors.border} # Module fonts font-0 = ${res/fonts.font-0} @@ -97,8 +98,13 @@ modules-right = #==================== [module/|] type = custom/text +content = "|" +content-foreground = ${res/colors.border} + +[module/||] +type = custom/text content = " " -content-foreground = ${res/colors.background-alt} +content-background = ${res/colors.border} # OTHER #====================