Commit graph

31 commits

Author SHA1 Message Date
Dane Williams
792ba88714
Update README.md 2020-04-09 20:04:47 -07:00
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
Dane Williams
db1208837a
Update README.md 2020-04-07 22:38:08 -07:00
Zeno Rocha
4bdbc7fa64 Standardize README 2020-04-07 17:08:54 -07:00
Dane Williams
3089559638
Update README.md 2020-04-07 11:47:17 -07:00
Dane Williams
26601f1f87
Update README.md 2020-04-07 10:40:31 -07:00
Dane Williams
98c845b33d fixed readme merge issue 2020-03-30 23:49:28 -07:00
Dane Williams
c4fed454cb update readme 2020-03-30 23:47:22 -07:00
Dane Williams
c8fe24420e changed readme 2020-03-30 23:46:17 -07:00
Dane Williams
8e57456bdc
Update README.md 2020-03-30 23:27:25 -07:00
Dane Williams
ad718518d5
Update README.md 2020-03-21 18:36:19 -07:00
Dane Williams
e9a9b817d8
Update README.md 2020-03-17 19:24:41 -07:00
Dane Williams
144c3f034b
Update README.md 2020-03-16 00:20:16 -07:00
Dane Williams
fd3d51c5a0
Update README.md 2020-03-16 00:19:46 -07:00
Dane Williams
186c875381
Update README.md 2020-03-16 00:16:54 -07:00
Dane Williams
5e9d243fd7
Update README.md 2020-03-16 00:16:10 -07:00
Dane Williams
81facfc6fd
Update README.md 2020-03-15 23:51:46 -07:00
Dane Williams
e2f70ee062
Update README.md 2020-03-15 23:45:44 -07:00
Dane Williams
f93b3e313d
Update README.md 2020-03-15 23:27:40 -07:00
Dane Williams
bb94eb08f6
Update README.md 2020-03-15 23:26:50 -07:00
Dane Williams
505b480614
Update README.md 2020-03-15 23:22:08 -07:00
Dane Williams
7dfcf3de7d
Update README.md 2020-03-15 16:56:51 -07:00
Dane Williams
3737d6c91f
Update README.md 2020-03-15 16:56:36 -07:00
Dane Williams
3b3d8b82d9
readme 2020-03-15 16:54:01 -07:00
Dane Williams
a86180b156
update readme 2020-03-15 16:47:54 -07:00
Dane Williams
642e458c60 version 2.0 2020-03-15 16:41:11 -07:00
Dane Williams
47ac1c73dc
update readme 2020-03-14 01:24:55 -07:00
Dane Williams
af7fa6be18 merge 2020-03-13 22:22:52 -07:00
Dane Williams
a827d159f7 airline-dracula fork 2020-03-13 22:16:19 -07:00
Dane Williams
38a78052f8 test 2020-03-13 19:19:05 -07:00
Dane Williams
95719f0c84
Initial commit 2020-03-13 18:19:03 -07:00