From d2b4e1803410721f41cc42965bf57248cda2fd7f Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Fri, 27 Mar 2020 19:32:48 +0100 Subject: [PATCH] updated corona widget as they've yet again changed the layout of the page --- 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 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 }'