Commit graph

422 commits

Author SHA1 Message Date
Rodrigo Nascimento
910d648d67 Fixing shebang to follow script files convention 2021-04-30 10:59:22 -03:00
Rodrigo Nascimento
2e48e24b70 installation and readme instructions 2021-04-11 17:27:44 -03:00
Rodrigo Nascimento
550e8ce144 checking if network_name exists and call network_bandwith script 2021-04-10 00:38:43 -03:00
Rodrigo Nascimento
6ac5897ac1 increased status-right-length to show bandwith values 2021-04-10 00:37:12 -03:00
Rodrigo Nascimento
d5afb7822f gets the RX and TX values and transform to kB/s 2021-04-10 00:35:06 -03:00
Ethan Edwards
f508a8907f
Merge pull request #98 from iagotito/normalize-cpu-usage-width
Create function to normalize cpu usage width
2021-04-03 10:20:36 -04:00
Iago Tito Oliveira
698cbc2191 create function to normalize cpu usage width 2021-03-27 15:41:07 -03:00
Ethan Edwards
8d1a7fa41b Fix for #89 , problem with padding option 2021-02-17 18:02:04 -05:00
Ethan Edwards
d1678a5834
Merge pull request #92 from amenat/mac_ac_bug
Fix: False AC charging message on MacOS
2021-01-27 12:50:48 -05:00
Ankush Menat
33dc0396bf
Fix: False AC charging message on MacOS
Fixes dracula/tmux/issues/91
2021-01-26 17:03:10 +05:30
Ethan Edwards
6757a53299 Fix cpu usage bug on MacOSX/darwin 2020-12-28 11:41:54 -05:00
Ethan Edwards
fbb1c6b929
Merge pull request #85 from Memije/master
Added padding at the end of left icon for custom args
2020-12-16 12:13:28 -05:00
Daniel Memije
3a2538ac2e
Fixed @dracula-left-icon-padding not disabling padding when 0 2020-12-16 11:12:33 -06:00
Daniel Memije
5b31360b95
Added left icon padding configuration 2020-12-16 10:59:24 -06:00
Dane Williams
cc310e585a
Merge pull request #86 from dracula/fix_install
updates install.md
2020-11-30 16:03:57 -08:00
Dane Williams
b4cfb5a455 updates install.md 2020-11-30 16:03:04 -08:00
Ethan Edwards
ef3a9a84f2 Add proper documentation for Nixpkgs 2020-11-29 20:50:23 -05:00
Daniel Memije
857d57df7c
Added padding at the end of left icon for custom args 2020-11-20 17:57:20 -06:00
Ethan Edwards
cb1d420a62
Merge pull request #81 from Tooa/time_option_doc
Document time option toggle
2020-10-25 16:12:52 -04:00
Ethan Edwards
f325db4f81
Merge branch 'master' into time_option_doc 2020-10-25 16:12:42 -04:00
Ethan Edwards
be2f1c1b75
Merge pull request #80 from Tooa/loctaion_option_doc
Document location information toggle
2020-10-25 16:12:06 -04:00
Uli
5543f9fc51 Document time option toggle 2020-10-18 10:57:04 +02:00
Uli
b888f20328 Document location information toggle 2020-10-18 10:51:26 +02:00
Ethan Edwards
84af549a13
Merge pull request #78 from yzenati/location_option
Add an option to disable the location information in the weather
2020-10-17 15:10:53 -04:00
yzenati
8aa94372c3 Fix the merge conflicts 2020-10-17 20:37:01 +02:00
Ethan Edwards
461ef98582
Merge pull request #79 from ethancedwards8/freebsd_support
FreeBSD support - Battery and Ram
2020-10-16 19:08:34 -04:00
Ethan Edwards
ca26328453
Fix Locale issue
Caused some users to have incorrect info because some text manipulation
tools were getting confused.
2020-10-16 18:38:29 -04:00
yzenati
e7a4bcf09f Only one space between the unicode and the temperature 2020-10-16 13:33:21 +02:00
yzenati
4020ae1d86 Remove the extra space at the beginning of the result of curl command 2020-10-16 13:32:28 +02:00
yzenati
06f257d482 Change the way the separation of weater_condition and temperature are made, so it can take minus 0 temperature in celcius 2020-10-16 13:26:28 +02:00
yzenati
9d9a5d2b14 Correct the comment of the curl command 2020-10-16 12:41:02 +02:00
yzenati
87d43d0cc2 Remove a extra curl in fetch_weather_information 2020-10-16 12:32:43 +02:00
yzenati
f5c0789d07 Add an option to disable the location information in the weather 2020-10-16 12:06:16 +02:00
Dane Williams
8cf4901842
Update README.md 2020-10-07 18:05:25 -04:00
Ethan Edwards
e18c92743f
Merge pull request #75 from spoulson/47_window-flags
47: Enable window flags with `set -g @dracula-show-flags true`.
2020-10-07 03:47:22 -04:00
Ethan Edwards
2cd953d40e Added 24 hour time to prefix + t: Issue #74 2020-10-05 18:54:12 -04:00
Shawn Poulson
ba59d4647f 47: Enable window flags with set -g @dracula-show-flags true.
Enbolden window titles on activity or bell status.  This is more readable, IMO, than the default reverse text, especially when window flags appear in different colors.
2020-10-05 10:46:55 -04:00
Ethan Edwards
15c8a75fd2 added ethancedwards8 to list of maintainers 2020-09-21 17:07:49 -04:00
Ethan Edwards
85ce8a8b4a
Merge pull request #73 from ImperadorSid/fix-disabled-weather
Fix blocking loop when weather is not enabled
2020-09-20 16:23:53 -04:00
Moisés Carvalho
3e28428880 Fix blocking loop when weather is not enabled 2020-09-20 15:03:06 -03:00
Ethan Edwards
cbf738b183
Merge pull request #71 from zethra/master
Fix bug #70
2020-09-12 21:01:41 -04:00
Ben Aaron Goldberg
d9cc97a1d9 Change weather_sleep to avoid writing to tracked files
Changed weather_sleep.sh and dracula.sh so that they do
not assume that weather.txt exist.  As a result I was
able to remove weather.txt as a tracked file.
2020-09-12 19:11:25 -04:00
Ethan Edwards
c306b7782c
Merge pull request #68 from drasbeck/master
Added conditional for linux boxes with < 1 GB Ram
2020-09-12 04:21:22 -04:00
Max Drasbeck
764f267dbe
Reintroduced fix. 2020-09-12 07:27:32 +02:00
Max Drasbeck
8effb120dd
Revert to original. 2020-09-12 07:25:48 +02:00
Max Drasbeck
b2d99517d0
Added conditional for linux boxes with < 1 GB Ram 2020-09-12 00:12:38 +02:00
Ethan Edwards
cac4731e56 Cleaned up the Memory scripts by removing undeeded greps and using awk
This will speed up execution because bash only needs to call the awk
binary and not grep along with it.
2020-09-10 17:45:55 -04:00
Ethan Edwards
fbc02ca665
Merge pull request #52 from HugoLiconV/feature/weather-international-support
add international support for weather module
2020-09-06 18:40:57 -04:00
Ethan Edwards
5daf7b4b06
Bump Tested tmux version and adding FreeBSD update 2020-09-06 18:39:32 -04:00
Ethan Edwards
c09e371d6d
Merge pull request #62 from playonverbs/master
Add flag for dd/mm date format that works with military time.
2020-09-03 15:43:25 -04:00