summaryrefslogtreecommitdiff
path: root/slstatus.c
AgeCommit message (Expand)Author
2016-09-18suckless coding style -> added back function prototypes argument variable namesAaron Marcher
2016-09-18added -v command line optionAaron Marcher
2016-09-18simpler usageAaron Marcher
2016-09-18do not exit on failed smprintfAaron Marcher
2016-09-17n/a for run_command()Aaron Marcher
2016-09-17fuck newlinesAaron Marcher
2016-09-17moved headers to externAaron Marcher
2016-09-17shorter namesAaron Marcher
2016-09-17only open and close display if output type is dwmAaron Marcher
2016-09-17coding style fixes + better var namesAaron Marcher
2016-09-16added daemonization, output possibility to console (for other programs) and m...Aaron Marcher
2016-09-14fixed run_command()Aaron Marcher
2016-09-14variable initialization is backAli H. Fardan
2016-09-14simplified run_command()Ali H. Fardan
2016-09-14improved hostname()Ali H. Fardan
2016-09-14hostname() null terminaiton subtraction *is* neededAaron Marcher
2016-09-14malloc sucks, you know?Ali H. Fardan
2016-09-14* != **Ali H. Fardan
2016-09-14minor improvements and memory leak fixAli H. Fardan
2016-09-14Merge branch 'master' of https://github.com/drkh5h/slstatusAli H. Fardan
2016-09-13battery_state() function addedAaron Marcher
2016-09-13fixed vol_perc() typo and added % sign againAaron Marcher
2016-09-13simplified vol_perc() (and with that config.def.h is super clean)Aaron Marcher
2016-09-13lol, battery_perc() is even simpler, fuck this shit :DAaron Marcher
2016-09-13simplified battery_perc() a lot and removed useless options from config.def.hAaron Marcher
2016-09-13set old WM_NAME content before exitingAaron Marcher
2016-09-13sighandle forgot constAaron Marcher
2016-09-13signal handling to exit gracefully + small coding style fixesAaron Marcher
2016-09-13simplify status_string clearingAaron Marcher
2016-09-13Fixes issue #15. Forgot to close() a socket in wifi_essid()...Aaron Marcher
2016-09-12subtraction is unneededAli H. Fardan
2016-09-12coding style (global variables)Aaron Marcher
2016-09-12Merge pull request #14 from R41z/masterAaron Marcher
2016-09-12fixed wifi_perc() typoAaron Marcher
2016-09-11fixed (hopefully) the vol_perc() functionAli H. Fardan
2016-09-11fixed cpu_perc() stupidity && added some useful comment for drkh5hAli H. Fardan
2016-09-09brought back update intervalAaron Marcher
2016-09-09removed more unneeded commentsAaron Marcher
2016-09-09fixed username function (wtf happened here?)Aaron Marcher
2016-09-09fixed run_command behaviour for emtpy command output (uninitialized)Aaron Marcher
2016-09-09coding style fixesAaron Marcher
2016-09-08use warn[x]() instead of long fprintf()sAli H. Fardan
2016-09-08used ccat() from concat.h for string concatenationAli H. Fardan
2016-09-05fixed some mistakesAli H. Fardan
2016-09-05what kind of weed is that?Ali H. Fardan
2016-09-05bringed back the loopAli H. Fardan
2016-09-05imported a new vol_perc() function, this should fix #12 (UNTESTED)Ali H. Fardan
2016-09-05added a tool for resetting the status bar && worked around some issues && rem...Ali H. Fardan
2016-09-04added daemonization supportAli H. Fardan
2016-09-03removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff ...Ali H. Fardan