lxtmux/scripts
Cam Spiers 01f6825ee0 [Feature] Provides ability to disable weather fetching and display
Personally, displying the weather doesn't have a lot of use for me
but additionally I ran into an issue where the API you are using
ratelimited call from my IP address, I guess because it was
overfetching.

This doesn't fix the ratelimited issue, but instead at least gives
people the ability to turn the feature off.

Test Plan:

In `~/.tmux.conf` set the following:

```
set -g @plugin 'tmux-plugins/tpm'
set -g @dracula-show-weather false
set -g @plugin 'camspiers/tmux'
run -b '~/.local/share/tmux/plugins/tpm/tpm'
```

Ensure that weather module no longer loads.

In `~/.tmux.conf` set the following:

```
set -g @plugin 'tmux-plugins/tpm'
set -g @dracula-show-weather true
set -g @plugin 'camspiers/tmux'
run -b '~/.local/share/tmux/plugins/tpm/tpm'
```

Ensure that weather module does stil load.
2020-04-10 13:35:43 +12:00
..
battery.sh add support for linux 2020-04-07 15:52:41 -04:00
dracula.sh [Feature] Provides ability to disable weather fetching and display 2020-04-10 13:35:43 +12:00
network.sh add support for linux network 2020-04-07 15:53:34 -04:00
sleep_weather.sh slowed down refresh rate of weather 2020-03-31 12:13:42 -07:00
weather.sh reorganized files 2020-03-15 23:15:26 -07:00