Commit graph

20 commits

Author SHA1 Message Date
Uttarayan Mondal
b8e8f6913c Added option to change the powerline seperators from
the tmux config file
2020-05-21 21:28:33 +05:30
Uttarayan Mondal
46ee6f75a4 Merge branch 'master' of github.com:dracula/tmux
pulled from upsteam
2020-05-21 21:10:05 +05:30
Uttarayan Mondal
92d00a228a Added option to toggle between smiley and session name
as the left icons also restructured the linux battery command to make it
work on acpi as well as /sys/class/power_supply/BAT0 (and BAT1)
2020-05-21 21:02:20 +05:30
Ethan Edwards
b1757f3ff8 Fixed everything, working on both powerline and normal mode 2020-05-20 13:31:39 -04:00
Ethan Edwards
b92fc323e6 Tested, working on both powerline mode, and normal mode 2020-05-20 13:28:35 -04:00
Ethan Edwards
cbb299eb5c Nope fixed this time 2020-05-19 23:38:39 -04:00
Ethan Edwards
31e5422e30 Fixed merge conflict 2020-05-19 23:38:09 -04:00
Ethan Edwards
fadbdc6267 Added else statement 2020-05-19 15:55:13 -04:00
Ethan Edwards
82ad5a7405 MOre testing 2020-05-19 15:50:34 -04:00
Ethan Edwards
fcac1f8902 testing 2020-05-19 15:47:51 -04:00
Dane Williams
52022a22a3 fine tune after powerline PR 2020-05-14 23:47:21 -07:00
Uttarayan Mondal
a005d37fb2 Revert to the old theme when powerline is set to false 2020-05-15 11:08:33 +05:30
Uttarayan Mondal
a936b9638b Added option to set set -g @dracula-show-powerline false 2020-05-12 00:54:00 +05:30
Uttarayan Mondal
a8ab770bec Added powerline symbols
Changed it so that battery can be read from BAT1 and BAT0
2020-05-11 23:38:13 +05:30
Ethan Edwards
7373d45b97 Switched to military time 2020-05-09 01:03:56 -04:00
Dane Williams
60675a1710 celsius option 2020-04-29 11:33:51 -07:00
Dane Williams
0b5735373b fixed a couple shebang typos 2020-04-29 08:35:35 -07:00
Sergio D. Márquez
8842bdf849 Add options to disable battery and network 2020-04-21 00:35:04 +02: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
b1df587d6e reorganized files 2020-03-15 23:15:26 -07:00