From c9c39d7f04b5be825e08c7660991ee0115ee0f32 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sat, 19 Oct 2019 10:38:10 +0200 Subject: [PATCH] Implement .Xresources colors in polybar --- .config/polybar/config | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index d4f7385..bb72e10 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -9,13 +9,13 @@ ; colors ;~~~~~~~~ [colors] -background = #0a0200 -background-alt = #444 -foreground = #dfdfdf -foreground-alt = #555 -primary = #ffb52a -secondary = #e60053 -alert = #bd2c40 +background = ${xrdb:background} +;background-alt = #444 +foreground = ${xrdb:foreground} +;foreground-alt = #555 +;primary = #ffb52a +;secondary = #e60053 +;alert = #bd2c40 ;~~~~~ ; bar @@ -35,8 +35,8 @@ foreground = ${colors.foreground} line-size = 3 line-color = #f00 -border-size = 1 -border-top-size = 1 +border-size = 0 +border-top-size = 0 border-bottom-size = 1 border-color = #2F3D44