summaryrefslogtreecommitdiff
path: root/slstatus.c
AgeCommit message (Expand)Author
2016-12-30add vol_perc notes, add braces to singleline statementsparazyd
2016-12-28refactor vol_perc to not depend on alsa librariesparazyd
2016-11-16Add "uname -r" functionalityMike Coddington
2016-10-15swap: Print UNKNOWN_STR if no swap is allocatedJody Leonard
2016-10-15Add functions for measuring swapJody Leonard
2016-10-13vol_perc: Return "mute" when mixer is mutedJody Leonard
2016-10-10add setlocale() (mostly for datetime function)Aaron Marcher
2016-10-10check daemon() return valueAaron Marcher
2016-10-10fixed run_command()Aaron Marcher
2016-10-10fixed run_command()Aaron Marcher
2016-10-09removed unnecessary fp, shorter return 0 and fixed compiler warning in vol_percAaron Marcher
2016-10-08hostname: use POSIX routine to get hostname rather than reading from procfsAli H. Fardan
2016-10-08vol_perc: return zero if the value of max is set to zerouser
2016-09-18braces for one line statements in smprintf()Aaron Marcher
2016-09-18shorter copyright notice and moved back VERSION and _GNU_SOURCE as the man pa...Aaron Marcher
2016-09-18several changesAli H. Fardan
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