diff --git a/polybar/.config/polybar/bin/corona b/polybar/.config/polybar/bin/corona index f0aa14b..ba3cc85 100755 --- a/polybar/.config/polybar/bin/corona +++ b/polybar/.config/polybar/bin/corona @@ -1,3 +1,3 @@ #!/usr/bin/env sh -curl --silent "https://corona-stats.online/Netherlands" | sed -n '4p' | sed 's/\x1b\[[0-9;]*m//g' | sed 's/[\ \t]//g' | awk -F '│' '{ print "😷" $3, "💀" $5, "" $8, "ﯭ" $9 }' +curl --silent "https://corona-stats.online/Netherlands" | sed -n '4p' | sed 's/\x1b\[[0-9;]*m//g' | sed 's/[\ \t]//g' | awk -F '│' '{ print "😷 " $3, "💀 " $5, "🛌 " $8, "🏥 " $9 }' diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 648b163..00ca1e7 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -76,7 +76,7 @@ monitor = ${env:MONITOR:DP-1} modules-left = bspwm modules-center = mpd player-mpris-tail -modules-right = seperator eth bluetooth seperator volume seperator docker memory cpu temperature seperator system-usb-udev filesystem seperator updates-arch-combined mail reddit github rss seperator weather seperator date seperator +modules-right = seperator corona seperator eth bluetooth seperator volume seperator docker memory cpu temperature seperator system-usb-udev filesystem seperator updates-arch-combined mail reddit github rss seperator weather seperator date seperator tray-position = right