Commit graph

233 commits

Author SHA1 Message Date
Ethan Edwards
0516471e72 mac compatability is working 2020-06-28 13:34:08 -04:00
Ethan Edwards
ac2f789ff4 Fixed reviews 2020-06-13 21:42:27 -04:00
Ethan Edwards
e41cabee1c Changed naming of some things 2020-06-07 19:36:26 -04:00
Ethan Edwards
420eed6fd4 dont mind the commits, Im testing it on a mac, and editing and pushing
it from my desktop
2020-06-07 19:21:46 -04:00
Ethan Edwards
eeff7ec82d Trying to get this to work 2020-06-07 19:19:52 -04:00
Ethan Edwards
167260211a Found a nice lil trick 2020-06-07 19:16:55 -04:00
Ethan Edwards
8ba9b20152 realized the command i was trying to use was depreciated 2020-06-07 19:08:55 -04:00
Ethan Edwards
4cf72d94c3 I hope this works lol 2020-06-06 22:41:30 -04:00
Ethan Edwards
3ec3f2f08b Fixed weird spacing on session/window/smiley on left side 2020-06-04 12:01:53 -04:00
Ethan Edwards
833baa9616 I think this will add Mac/Darwin support 2020-06-04 00:33:47 -04:00
Ethan Edwards
410902b6d8 forgot to add a file 2020-06-03 23:46:33 -04:00
Ethan Edwards
fbbc1c2232 Merge branch 'master' of https://github.com/dracula/tmux 2020-06-03 23:45:31 -04:00
Ethan Edwards
3d5a3cbb8f Added ram percentage support 2020-06-03 23:44:17 -04:00
Dane Williams
d311e94d86
Update README.md 2020-06-03 20:40:46 -07:00
Dane Williams
caa43a91ae
Merge pull request #40 from ethancedwards8/master
Added CPU functionality, works cleanly with powerline and normal
2020-06-03 20:34:33 -07:00
Dane Williams
614d012352
fix space for non powerline 2020-06-03 20:33:41 -07:00
Ethan Edwards
87ef58abfc Fixed the uname -s output case statement issue 2020-06-03 22:58:26 -04:00
Ethan Edwards
3ec7e1a038 For some reason branch wasnt up to date? Fixed 2020-06-02 22:55:14 -04:00
Ethan Edwards
1451ccaff7 Fixed it for powerline, removed 'testing' on Mac 2020-06-01 19:27:15 -04:00
Ethan Edwards
a17746e0d1 Fixed a bug 2020-06-01 11:53:16 -04:00
Ethan Edwards
3e4add6918 Added Mac (? testing) support, added comments 2020-06-01 10:39:17 -04:00
Ethan Edwards
b10c4dcf18 Added cpu percentage, works on powerline and normal, will add memory
later :)
2020-06-01 02:10:10 -04:00
Dane Williams
83cb547db9 considers if there is AC but no battery percent 2020-05-31 16:47:48 -07:00
Dane Williams
59c37e1d63
Merge pull request #39 from dracula/mac_spacing
RIP if there are still spacing issues
2020-05-31 16:43:19 -07:00
Dane Williams
b416c21421 battery spacing for real 2020-05-31 16:42:37 -07:00
Dane Williams
4849e304a6 battery spacing 2020-05-31 16:41:00 -07:00
Dane Williams
ab9a46105e fix extra space network mac 2020-05-31 16:33:38 -07:00
Dane Williams
4646624706 extra space left side not necessary for non powerline 2020-05-31 16:24:54 -07:00
Dane Williams
5bfa6f9a1f
Merge pull request #38 from ImperadorSid/spacing-non-powerline
Spacing non powerline
2020-05-31 16:00:55 -07:00
Moisés Carvalho
69a833def5 Fix spacing on status-right 2020-05-31 00:30:45 -03:00
Moisés Carvalho
26758776bd Fix spacing when using double-width characters 2020-05-30 23:46:30 -03:00
Dane Williams
2e7b5476a1
Merge pull request #37 from ImperadorSid/coherent-design
Coherent spacing
2020-05-30 16:37:45 -07:00
Moisés Carvalho
54ebc1ac76
Readd comments 2020-05-30 19:15:48 -03:00
Moisés Carvalho
542ea5d3a5
Merge branch 'master' into coherent-design 2020-05-30 19:13:51 -03:00
Moisés Carvalho
13ae1a0090 Move space from network script to main script 2020-05-30 12:13:42 -03:00
Moisés Carvalho
5ceaf612f2 Remove spaces after battery, network and weather status 2020-05-30 12:09:14 -03:00
Moisés Carvalho
2607300beb Fix spacing when battery percentage isn't available 2020-05-30 11:51:16 -03:00
Moisés Carvalho
ba6412a5b9 Fix spacing when temperatures isn't available 2020-05-30 11:32:28 -03:00
Dane Williams
778df08d68
Merge pull request #35 from dracula/cleanup
Cleanup
2020-05-29 16:54:58 -07:00
Dane Williams
b3668cda4a set default weather.txt 2020-05-29 16:52:23 -07:00
Dane Williams
078b59f065 cleaned up comments/formatting 2020-05-29 16:50:58 -07:00
Dane Williams
6b18fd2d23 fixed weather and network extra spaces 2020-05-29 16:42:18 -07:00
Dane Williams
ea5229c694
Merge pull request #33 from ethancedwards8/master
Fixed 'session' option
2020-05-28 20:20:21 -07:00
Ethan Edwards
d0412b13ad forgot to add dracula file and did the INSTALL.md file 2020-05-28 22:46:23 -04:00
Ethan Edwards
0c4558d206 added option for window and fixed session 2020-05-28 22:44:22 -04:00
Dane Williams
9e2851a6e7
Merge pull request #31 from ImperadorSid/network-linux
Improve wireless detection when interface is down
2020-05-27 14:17:40 -07:00
Moisés Carvalho
ec2739e9ba Use of "printf" command to avoid shell interpretation of dashes ("-") or percent sign ("%") 2020-05-27 15:37:26 -03:00
Moisés Carvalho
131bcdae10 Improve wireless detection when interface is down 2020-05-27 15:24:30 -03:00
Dane Williams
d423a0d408
Merge pull request #30 from ImperadorSid/border-contrast
Add option to enable high contrast on pane borders
2020-05-27 11:00:08 -07:00
Moisés Carvalho
9c9cde3e44 Add option to enable high contrast on pane borders 2020-05-27 02:43:13 -03:00