diff --git a/bspwm/.config/bspwm/commands.sh b/bspwm/.config/bspwm/commands.sh index a24ec35..012b453 100644 --- a/bspwm/.config/bspwm/commands.sh +++ b/bspwm/.config/bspwm/commands.sh @@ -32,7 +32,7 @@ else fi 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 if [ "$THEME" = light ]; then diff --git a/bspwm/.config/polybar/config b/bspwm/.config/polybar/config index 525c6b0..d658235 100644 --- a/bspwm/.config/polybar/config +++ b/bspwm/.config/polybar/config @@ -11,7 +11,7 @@ modules-left = bspwm xwindow modules-right = mpd battery date wm-restack = bspwm 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} background = ${colors.background} foreground = ${colors.foreground}