From ec6fbc35d3287f54fe7b1a8d2a8e3e2606cc8f71 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 25 Mar 2020 09:41:42 +0100 Subject: [PATCH] They changed the coronastats layout again --- polybar/.config/polybar/bin/corona | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/.config/polybar/bin/corona b/polybar/.config/polybar/bin/corona index c36bc9c..163549f 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 "😷" $3, "💀" $5"%", $6$7, $8$9 }' +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 }'