polybar: better match alacritty and emacs font size
This commit is contained in:
@ -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
|
||||||
|
@ -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}
|
||||||
|
Reference in New Issue
Block a user