polybar: vertically center with font offset instead of with underline

This commit is contained in:
Łukasz Pankowski 2020-07-17 00:41:01 +02:00
parent 7273ba5dcd
commit 723398dead

View File

@ -10,15 +10,15 @@ empty = #808080
monitor = ${env:MONITOR:} monitor = ${env:MONITOR:}
modules-left = bspwm xwindow modules-left = bspwm xwindow
modules-right = date modules-right = date
font-0 = Iosevka:pixelsize=23:antialias=true:autohint=true font-0 = Iosevka:pixelsize=23:antialias=true:autohint=true;5
height = 45 height = 40
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
padding-left = 2 padding-left = 2
padding-right = 2 padding-right = 2
module-margin-left = 1 module-margin-left = 1
module-margin-right = 1 module-margin-right = 1
line-size = 5 line-size = 0
[module/bspwm] [module/bspwm]
type = internal/bspwm type = internal/bspwm