From acde4203498b6ef3c1a5b9966b102a47ac4777f4 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Wed, 29 Jun 2022 04:20:10 +0200 Subject: polybar: better font setup --- .config/polybar/config.ini | 12 ++++++------ .config/polybar/extra/updates-pacman-aurhelper.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index df40897..7d4658e 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -38,11 +38,11 @@ module-margin-right = 2 padding-right = 1 -font-0 = Averia Libre:style=bold:size=15;3.8 -font-1 = WeatherIcons:size=16;4.8 -font-2 = Font Awesome 5 Free Solid:size=14;4.5 -font-3 = Font Awesome 5 Free Regular:size=14;4.5 -font-4 = MaterialIcons:size=19;6.7 +font-0 = Averia Libre:style=bold:size=15;4 +font-1 = WeatherIcons:size=14;5 +font-2 = Font Awesome 5 Free Solid:size=14;4 +font-3 = Font Awesome 5 Free Regular:size=14;4 +font-4 = MaterialIcons:size=19;7 modules-left = i3 xwindow modules-center = @@ -82,7 +82,7 @@ padding-right = 0 module-margin-left = 1 module-margin-right = 2 -font-0 = Averia Libre:style=bold:size=15;3.8 +font-0 = Averia Libre:style=bold:size=15;3 modules-left = i3 modules-center = diff --git a/.config/polybar/extra/updates-pacman-aurhelper.sh b/.config/polybar/extra/updates-pacman-aurhelper.sh index 2857831..9a11302 100755 --- a/.config/polybar/extra/updates-pacman-aurhelper.sh +++ b/.config/polybar/extra/updates-pacman-aurhelper.sh @@ -16,7 +16,7 @@ fi updates=$((updates_arch + updates_aur)) if [ "$updates" -gt 0 ]; then - echo "  1 " + echo "  $updates " else echo "" fi -- cgit v1.2.3-70-g09d2