Commit graph

113 commits

Author SHA1 Message Date
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
Dane Williams
52022a22a3 fine tune after powerline PR 2020-05-14 23:47:21 -07:00
Dane Williams
b4869b3dc0
Merge pull request #22 from uttarayan21/powerline
Added powerline symbols
2020-05-14 23:44:07 -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
Dane Williams
05be73462a
Update feature_request.md 2020-04-29 14:49:13 -07:00
Dane Williams
e40dc59269
Update bug-report.md 2020-04-29 14:48:30 -07:00
Dane Williams
2d4ab91030 Update issue templates
Trying out adding issue templates, probably will change them up still.
2020-04-29 14:46:31 -07:00
Dane Williams
a66de7a3ef
Update INSTALL.md 2020-04-29 11:37:15 -07:00
Dane Williams
48a91171de
Merge pull request #21 from dracula/celsius
celsius option
2020-04-29 11:35:38 -07: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
Dane Williams
be0f37e5d0
Merge pull request #20 from pbui/network-hosts
scripts/network.sh: use a list of hosts
2020-04-29 08:04:33 -07:00
Peter Bui
62537a8c6b scripts/network.sh: use a list of hosts
- Use a list of hosts: google.com, github.com, example.com
- Script will try each in turn, stopping at the first one that connects
- Also fix she-bang and some quotes

- Tested with Wifi and Offline.
2020-04-29 09:36:11 -04:00
Dane Williams
b497fe68bd
Update README.md 2020-04-23 16:37:25 -07:00
Dane Williams
c0971cbe6c moved config instructions to INSTALL.md 2020-04-20 17:56:46 -07:00
Dane Williams
845a3631c5 changed ping from google.com to github.com for users in countries where google is blocked 2020-04-20 17:17:33 -07:00
Dane Williams
91393555d1
Merge pull request #13 from smarquez1/master
Add options to disable battery and network
2020-04-20 17:11:16 -07:00
Sergio D. Márquez
8842bdf849 Add options to disable battery and network 2020-04-21 00:35:04 +02:00
Conor Murphy
da1845eb8a
Handling the 429 response limit error (#10)
* switching over

* should just be a little schemeski

* changed exit to exit_codes idk if that matters

* yuh

* yuh

* yuh

* yuh

* wtf

* yuh

* trying out new format

* trying out new format

* trying out new format

* trying out new format

* trying out new format

* so annoying having to push every time you test

* so annoying having to push every time you test

* this might actually work now

* this might actually work now

* this might actually work now

* yeet

* yeet

* wtf

* wtf

* wtf

* bet

* final edit for handling request limit reached on weather

* possibly functional error checking method

* did we do it

* properly utilizing global variables
2020-04-11 10:25:44 -07:00
Dane Williams
d3ef2d613f
Update README.md 2020-04-09 20:05:53 -07:00
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