diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini | 12 | ||||
-rwxr-xr-x | .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 |