Commit graph

241 commits

Author SHA1 Message Date
Dane Williams
792ba88714
Update README.md 2020-04-09 20:04:47 -07:00
Dane Williams
8d1c554eb5
Merge pull request #8 from camspiers/master
[Feature] Provides ability to disable weather fetching and display
2020-04-09 20:02:55 -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
Dane Williams
712a951942
Merge pull request #2 from ginglis13/linux-bat
battery: add support for linux
2020-04-07 22:26:39 -07:00
Dane Williams
553d34499b
Merge pull request #3 from ginglis13/linux-network
network: add support for linux
2020-04-07 22:26:09 -07:00
Dane Williams
d4c66fe0e5
Update INSTALL.md 2020-04-07 19:05:29 -07:00
Dane Williams
0f66017e39
Update INSTALL.md 2020-04-07 18:58:02 -07:00
Zeno Rocha
4bdbc7fa64 Standardize README 2020-04-07 17:08:54 -07:00
Gavin Inglis
b3614321da add support for linux network 2020-04-07 15:53:34 -04:00
Gavin Inglis
a1871106e9 add support for linux 2020-04-07 15:52:41 -04: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
5fc0d84aa9 prepping for transfer to official organization 2020-04-07 10:39:56 -07:00
Dane Williams
4d1383b522 slowed down refresh rate of weather 2020-03-31 12:13:42 -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
eccc48e8a7
Rename LICENSE to LICENSE.md 2020-03-17 19:25:48 -07:00
Dane Williams
3d05685c1c
Create LICENSE 2020-03-17 19:25:25 -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
8d15ab3616 changed to .jpg instead of .jpeg 2020-03-16 00:18:41 -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
886dcd964f Merge branch 'master' of github.com:danerwilliams/tmux-dracula 2020-03-16 00:12:54 -07:00
Dane Williams
1bdeaddc1a alt screenshot 2020-03-16 00:06:19 -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
e546e66253 fixed default weather.txt contents 2020-03-15 23:19:52 -07:00
Dane Williams
b1df587d6e reorganized files 2020-03-15 23:15:26 -07:00
Dane Williams
4b8413f359 bug fixes 2020-03-15 17:20:04 -07:00
Dane Williams
7db4bb7534 Merge branch 'master' of github.com:danerwilliams/tmux-dracula 2020-03-15 17:09:41 -07:00
Dane Williams
9b412f011e fixed bugs 2020-03-15 17:09:32 -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
ef358a71ff screenshots 2020-03-15 16:54:42 -07:00
Dane Williams
4595722b7c Merge branch 'master' of github.com:danerwilliams/tmux-dracula 2020-03-15 16:54:25 -07:00
Dane Williams
3b3d8b82d9
readme 2020-03-15 16:54:01 -07:00
Dane Williams
a380d2ace3 screenshot 2020-03-15 16:52:40 -07:00
Dane Williams
a86180b156
update readme 2020-03-15 16:47:54 -07:00
Dane Williams
434ac8ee12 changed refresh rate to 5 seconds from 1 2020-03-15 16:46:14 -07:00
Dane Williams
642e458c60 version 2.0 2020-03-15 16:41:11 -07:00
Dane Williams
c176f1a30a sdfsd 2020-03-15 16:13:08 -07:00