mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
updated corona widget as they've yet again changed the layout of the page
This commit is contained in:
parent
4cc23c5225
commit
d2b4e18034
@ -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 }'
|
||||
|
Loading…
Reference in New Issue
Block a user