This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # <bitbar.title>Purple Air PM2.5 AQI</bitbar.title> | |
| # <bitbar.dependencies>bash,jq,node</bitbar.dependencies> | |
| # | |
| # Derived from https://github.com/matryer/bitbar-plugins/blob/master/Weather/aqi.15m.sh by Chongyu Yuan | |
| COLORS=("#0ed812" "#ffde33" "#ff9933" "#cc0033" "#660099" "#7e0023" "#404040") | |
| PURPLE_AIR_SENSOR_ID=5220 |
OlderNewer