polybar: better match alacritty and emacs font size

This commit is contained in:
2020-07-22 01:13:06 +02:00
parent 2ca2444491
commit 25b6d66553
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ else
fi fi
FONT=Iosevka:pixelsize=30 FONT=Iosevka:pixelsize=30
BAR_FONT='Iosevka:pixelsize=23:antialias=true:autohint=true;5' BAR_FONT='Iosevka:size=22:antialias=true:autohint=true;5'
BAR_HEIGHT=40 BAR_HEIGHT=40
if [ "$THEME" = light ]; then if [ "$THEME" = light ]; then

View File

@ -11,7 +11,7 @@ modules-left = bspwm xwindow
modules-right = mpd battery date modules-right = mpd battery date
wm-restack = bspwm wm-restack = bspwm
enable-ipc = true enable-ipc = true
font-0 = ${xrdb:polybar.font:Iosevka:pixelsize=23:antialias=true:autohint=true;5} font-0 = ${xrdb:polybar.font:Iosevka:pixelsize=22:antialias=true:autohint=true;5}
height = ${xrdb:polybar.height:40} height = ${xrdb:polybar.height:40}
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}