From 672e9996c0337453339a472c4eb1c76f9cecd72b Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Wed, 19 Sep 2018 22:31:38 +0200 Subject: [PATCH] polybar: compress height a bit --- config/polybar/config | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/polybar/config b/config/polybar/config index a3e89de..6dc7d11 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -30,7 +30,7 @@ alert = #bd2c40 [bar/thebar] monitor = ${env:MONITOR:eDP1} width = 100% -height = 24 +height = 22 ;offset-x = 1% ;offset-y = 1% ;radius = 6.0 @@ -43,21 +43,21 @@ foreground = ${colors.foreground} #line-size = 3 #line-color = #f00 -border-size = 1 -border-color = #00000000 +#border-size = 1 +#border-color = #00000000 -padding-left = 0 -padding-right = 2 +#padding-left = 0 +#padding-right = 2 -module-margin-left = 1 +module-margin-left = 2 module-margin-right = 2 font-0 = fontawesome:pixelsize=10;1 font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 -modules-left = powermenu i3 +modules-left = i3 #modules-center = mpd -modules-right = cpu memory xbacklight pactl xkeyboard wlan eth temperature battery-combined date mail +modules-right = cpu memory xbacklight pactl xkeyboard wlan eth temperature battery-combined date mail powermenu tray-position = right tray-padding = 2 @@ -391,9 +391,9 @@ expand-right = true format-spacing = 1 label-open =  -label-open-foreground = ${colors.secondary} +label-open-foreground = ${colors.foreground-alt} label-close =  -label-close-foreground = ${colors.secondary} +label-close-foreground = ${colors.foreground-alt} label-separator = | label-separator-foreground = ${colors.foreground-alt}