2017-06-12 |
Aaron Marcher | remove format characters from stat functions |
blob | commitdiff | raw |
2017-06-12 |
Aaron Marcher | add cpu_freq function |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Aaron Marcher | add battery_power function |
blob | commitdiff | raw | diff to current |
2017-05-11 |
Aaron Marcher | added option to output only once and exit afterwards |
blob | commitdiff | raw | diff to current |
2017-04-20 |
Aaron Marcher | simplified and improved vol_perc() |
blob | commitdiff | raw | diff to current |
2017-04-20 |
Aaron Marcher | fix overflow in run_command() |
blob | commitdiff | raw | diff to current |
2017-04-20 |
Aaron Marcher | username(): get rid of unneeded uid variable |
blob | commitdiff | raw | diff to current |
2017-04-20 |
Aaron Marcher | Merge pull request #39 from stoeckmann/fgets |
blob | commitdiff | raw | diff to current |
2017-04-04 |
Tobias Stoeckmann | On success, fgets always terminates the result. |
blob | commitdiff | raw | diff to current |
2017-04-02 |
Aaron Marcher | Merge pull request #38 from stoeckmann/terminating-nul |
blob | commitdiff | raw | diff to current |
2017-04-02 |
Tobias Stoeckmann | Fixed out of boundary write on long lines. |
blob | commitdiff | raw | diff to current |
2017-03-30 |
Aaron Marcher | loading thresholds state |
blob | commitdiff | raw | diff to current |
2017-01-23 |
Aaron Marcher | Fixed XCloseDisplay() which is not reached in keyboard_... |
blob | commitdiff | raw | diff to current |
2017-01-16 |
Aaron Marcher | Added keyboard_indicators (Fixes #31) |
blob | commitdiff | raw | diff to current |
2017-01-09 |
Aaron Marcher | Makefile fix and vol_perc fix for mute |
blob | commitdiff | raw | diff to current |
2017-01-07 |
Aaron Marcher | removed ./extern/ |
blob | commitdiff | raw | diff to current |
2017-01-07 |
Aaron Marcher | removed strlcat dependency (was used only once) |
blob | commitdiff | raw | diff to current |
2017-01-07 |
Aaron Marcher | got rid of concat.h |
blob | commitdiff | raw | diff to current |
2017-01-07 |
Aaron Marcher | happy new year! |
blob | commitdiff | raw | diff to current |
2017-01-07 |
Aaron Marcher | run_command: strlen() will not function if string is... |
blob | commitdiff | raw | diff to current |
2016-12-30 |
Aaron Marcher | consistent coding style: usage() declaration, eval... |
blob | commitdiff | raw | diff to current |
2016-12-30 |
Aaron Marcher | Merge pull request #34 from parazyd/master |
blob | commitdiff | raw | diff to current |
2016-12-30 |
parazyd | Merge branch 'master' into master |
blob | commitdiff | raw | diff to current |
2016-12-30 |
parazyd | add vol_perc notes, add braces to singleline statements |
blob | commitdiff | raw | diff to current |
2016-12-29 |
Aaron Marcher | why releases for such a small project? useless and... |
blob | commitdiff | raw | diff to current |
2016-12-29 |
Aaron Marcher | #undef strlcpy not needed anymore |
blob | commitdiff | raw | diff to current |
2016-12-29 |
Aaron Marcher | Merge pull request #32 from R41z/master |
blob | commitdiff | raw | diff to current |
2016-12-29 |
Aaron Marcher | Merge branch 'master' into master |
blob | commitdiff | raw | diff to current |
2016-12-29 |
raiz | add braces to single statements so drkhsh doesn't be... |
blob | commitdiff | raw | diff to current |
2016-12-28 |
Aaron Marcher | kernel_release() coding style and position in code fix |
blob | commitdiff | raw | diff to current |
2016-12-27 |
parazyd | refactor vol_perc to not depend on alsa libraries |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | usage(): return success if -h is called && print more... |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | whhops, my bad |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | wifi_essid: add boundary check && prevent the use of... |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | don't allow the use of perc if uninitialized |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | remove misleading comment |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | get rid of set_status() since it's only used once |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | allow the use of %* symbols in UNKNOWN_STR |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | add extra error tests to swap_*() && fix bytes_read bug |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | swap_*(): add more error tests |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | fix delay in a cleaner way |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | remove newlines from warn() in swap_*(), those function... |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | inititalize run_command()'s buf to UNKNOWN_STR by default |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | remove newline character from run_command() output... |
blob | commitdiff | raw | diff to current |
2016-12-27 |
raiz | strtok() has no effect on buf && fgets() should have... |
blob | commitdiff | raw | diff to current |
2016-12-18 |
raiz | whhops |
blob | commitdiff | raw | diff to current |
2016-12-18 |
raiz | remove unused strlcpy() and reduce the size of output... |
blob | commitdiff | raw | diff to current |
2016-11-16 |
Aaron Marcher | Merge pull request #30 from TheMRod/master |
blob | commitdiff | raw | diff to current |
2016-11-16 |
Mike Coddington | Add "uname -r" functionality |
blob | commitdiff | raw | diff to current |
2016-10-28 |
Aaron Marcher | Merge pull request #25 from jodizzle/dev/swap |
blob | commitdiff | raw | diff to current |
2016-10-15 |
Jody Leonard | swap: Print UNKNOWN_STR if no swap is allocated |
blob | commitdiff | raw | diff to current |
2016-10-15 |
Jody Leonard | Add functions for measuring swap |
blob | commitdiff | raw | diff to current |
2016-10-13 |
Aaron Marcher | Merge pull request #24 from jodizzle/feat/mute |
blob | commitdiff | raw | diff to current |
2016-10-13 |
Jody Leonard | vol_perc: Return "mute" when mixer is muted |
blob | commitdiff | raw | diff to current |
2016-10-12 |
Aaron Marcher | Merge pull request #23 from R41z/master |
blob | commitdiff | raw | diff to current |
2016-10-12 |
Ali H. Fardan | get rid of unused variable (silly gcc did not report... |
blob | commitdiff | raw | diff to current |
2016-10-10 |
Aaron Marcher | add setlocale() (mostly for datetime function) |
blob | commitdiff | raw | diff to current |
2016-10-10 |
Aaron Marcher | check daemon() return value |
blob | commitdiff | raw | diff to current |
2016-10-10 |
Aaron Marcher | fixed run_command() |
blob | commitdiff | raw | diff to current |
2016-10-10 |
Aaron Marcher | fixed run_command() |
blob | commitdiff | raw | diff to current |
2016-10-09 |
Aaron Marcher | removed unnecessary fp, shorter return 0 and fixed... |
blob | commitdiff | raw | diff to current |
2016-10-09 |
Aaron Marcher | Merge pull request #20 from R41z/master |
blob | commitdiff | raw | diff to current |
2016-10-08 |
Ali H. Fardan | hostname: use POSIX routine to get hostname rather... |
blob | commitdiff | raw | diff to current |
2016-10-08 |
user | vol_perc: return zero if the value of max is set to... |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Aaron Marcher | braces for one line statements in smprintf() |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Aaron Marcher | shorter copyright notice and moved back VERSION and... |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Aaron Marcher | Merge pull request #19 from R41z/master |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Ali H. Fardan | several changes |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Aaron Marcher | suckless coding style -> added back function prototypes... |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Aaron Marcher | added -v command line option |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Aaron Marcher | simpler usage |
blob | commitdiff | raw | diff to current |
2016-09-18 |
Aaron Marcher | do not exit on failed smprintf |
blob | commitdiff | raw | diff to current |
2016-09-17 |
Aaron Marcher | n/a for run_command() |
blob | commitdiff | raw | diff to current |
2016-09-17 |
Aaron Marcher | fuck newlines |
blob | commitdiff | raw | diff to current |
2016-09-17 |
Aaron Marcher | moved headers to extern |
blob | commitdiff | raw | diff to current |
2016-09-17 |
Aaron Marcher | shorter names |
blob | commitdiff | raw | diff to current |
2016-09-17 |
Aaron Marcher | only open and close display if output type is dwm |
blob | commitdiff | raw | diff to current |
2016-09-17 |
Aaron Marcher | coding style fixes + better var names |
blob | commitdiff | raw | diff to current |
2016-09-16 |
Aaron Marcher | added daemonization, output possibility to console... |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Aaron Marcher | fixed run_command() |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Aaron Marcher | Merge pull request #18 from R41z/master |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Ali H. Fardan | variable initialization is back |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Ali H. Fardan | simplified run_command() |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Aaron Marcher | Merge pull request #17 from R41z/master |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Ali H. Fardan | improved hostname() |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Aaron Marcher | hostname() null terminaiton subtraction *is* needed |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Aaron Marcher | Merge pull request #16 from R41z/master |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Ali H. Fardan | malloc sucks, you know? |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Ali H. Fardan | * != ** |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Ali H. Fardan | minor improvements and memory leak fix |
blob | commitdiff | raw | diff to current |
2016-09-14 |
Ali H. Fardan | Merge branch 'master' of https://github.com/drkh5h... |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | battery_state() function added |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | fixed vol_perc() typo and added % sign again |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | simplified vol_perc() (and with that config.def.h is... |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | lol, battery_perc() is even simpler, fuck this shit :D |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | simplified battery_perc() a lot and removed useless... |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | set old WM_NAME content before exiting |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | sighandle forgot const |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | signal handling to exit gracefully + small coding style... |
blob | commitdiff | raw | diff to current |
2016-09-13 |
Aaron Marcher | simplify status_string clearing |
blob | commitdiff | raw | diff to current |
next |