chore: fix weather
1ea2f5e7
1 file(s) · +6 −4
| 21 | 21 | env-NWS_ALERT_COLOR = ${colors.alert} |
|
| 22 | 22 | ||
| 23 | 23 | ; Required: the script does no geolocation, so the module stays blank until |
|
| 24 | - | ; both of these name a spot inside NWS coverage. Put a real address in NWS_UA |
|
| 25 | - | ; too -- NWS asks for one it can contact about a misbehaving client. |
|
| 26 | - | ; env-NWS_LAT = 36.1627 |
|
| 27 | - | ; env-NWS_LON = -86.7816 |
|
| 24 | + | ; both of these name a spot inside NWS coverage. They have to live here rather |
|
| 25 | + | ; than in the shell profile -- polybar is started by the session, not by a login |
|
| 26 | + | ; shell, so nothing exported from ~/.zshrc reaches it. Put a real address in |
|
| 27 | + | ; NWS_UA too -- NWS asks for one it can contact about a misbehaving client. |
|
| 28 | + | env-NWS_LAT = 35.0274 |
|
| 29 | + | env-NWS_LON = -85.3184 |
|
| 28 | 30 | ; env-NWS_UA = (dotfiles polybar, you@example.com) |
|
| 29 | 31 | ||
| 30 | 32 | format = <label> |