- Install BitBar and choose a location for your plugins folder.
- Download and extract this repo and move the 2 scripts into the plugins folder.
- Give each script executable permissions by running
chmod +x [script filename]
. - Install
pip
if you haven't already by runningsudo easy_install pip
. - Install the
requests
package usingpip install requests
. - In the menu bar, go to BitBar > Preferences > Refresh All.
- You should now see the plugins in the menu bar.
- Open the
coronavirus-uk.py
file in any text editor. - Change line 26
if x["country"] == "UK":
toif x["country"] == "{country name}":
- In the menu bar, go to BitBar > Preferences > Refresh All.