Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guanyilun/polycovid

show covid cases on polybar
https://github.com/guanyilun/polycovid

covid-19 i3 polybar

Last synced: 15 days ago
JSON representation

show covid cases on polybar

Awesome Lists containing this project

README

        

* polycovid
"how many coronavirus cases are there in US? i wish to see it on my status bar." --someone

[[https://raw.githubusercontent.com/guanyilun/polycovid/master/assets/screenshot_1.png]]

It comes as a plugin to polybar. This is how i set it up

#+BEGIN_SRC
[module/covid]
type = custom/script
exec = ~/dotfiles/polybar/covid
interval = 1800
#+END_SRC

A fullscreen view

[[https://raw.githubusercontent.com/guanyilun/polycovid/master/assets/screenshot_2.png]]

There are two crawlers i included. The first =covid= comes from a Chinese website. It sometimes updates slowly, though it's still faster than CDC. The second crawler =covid_us= comes from a website in the US so it's faster so i recommand that.