diff --git a/polybar/.config/polybar/bin/corona b/polybar/.config/polybar/bin/corona index 163549f..911bb99 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?minimal=true" | sed -n '2p' | sed 's/\x1b\[[0-9;]*m//g' | awk '{ print "😷" $4, "💀" $5, "" $7, "ﯭ"$8 }' +curl --silent "https://corona-stats.online/Netherlands?minimal=true" | sed -n '2p' | sed 's/\x1b\[[0-9;]*m//g' | awk '{ print "😷" $4, "💀" $7, "" $11, "ﯭ"$12 }'