diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 53dc667..d9f8444 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -74,7 +74,7 @@ monitor = ${env:MONITOR:DP-1} modules-left = bspwm modules-center = mpd player-mpris-tail -modules-right = eth bluetooth seperator volume seperator docker memory cpu temperature seperator system-usb-udev filesystem seperator updates-arch-combined mail reddit github rss seperator weather date +modules-right = 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 date tray-position = right @@ -402,6 +402,10 @@ type = custom/text content = "|" content-foreground = ${colors.primary} +[module/corona] +type = custom/script +exec = curl --silent "https://corona-stats.online/Netherlands?minimal=true" | sed -n '2p' | awk '{ print $6, $7"%", $9$10, $11$12 }' + ;== Other Settings ======================================================== [settings]