From 723398deada39f39e27bd58f6861d420dd2aeafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Fri, 17 Jul 2020 00:41:01 +0200 Subject: [PATCH] polybar: vertically center with font offset instead of with underline --- .config/polybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 47efbd2..54cd997 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -10,15 +10,15 @@ empty = #808080 monitor = ${env:MONITOR:} modules-left = bspwm xwindow modules-right = date -font-0 = Iosevka:pixelsize=23:antialias=true:autohint=true -height = 45 +font-0 = Iosevka:pixelsize=23:antialias=true:autohint=true;5 +height = 40 background = ${colors.background} foreground = ${colors.foreground} padding-left = 2 padding-right = 2 module-margin-left = 1 module-margin-right = 1 -line-size = 5 +line-size = 0 [module/bspwm] type = internal/bspwm