From 25b6d6655327b02f5496cb902ee56b263dce7be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Wed, 22 Jul 2020 01:13:06 +0200 Subject: [PATCH] polybar: better match alacritty and emacs font size --- bspwm/.config/bspwm/commands.sh | 2 +- bspwm/.config/polybar/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}