summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Properly declare buf as extern and fix all unused-warningsLaslo Hunhold2017-09-173-3/+6
* Rewrite Makefile to accomodate file splitLaslo Hunhold2017-09-173-45/+131
* Split into multiple filesAaron Marcher2017-09-1722-740/+826
* Add blank line after setlocaleAaron Marcher2017-09-161-0/+1
* slstatus: set localeKurt Van Dijck2017-09-161-0/+2
* Added CPU iowait to READMEAaron Marcher2017-09-161-0/+1
* slstatus: add cpu_iowaitKurt Van Dijck2017-09-162-11/+34
* Deleted slstatus.png as it is unnecessaryAaron Marcher2017-09-141-0/+0
* slstatus load_avg format stringKamil CholewiƄski2017-09-102-4/+4
* Added IPv6 address functionAaron Marcher2017-08-143-6/+39
* sexy config.def.h tableAaron Marcher2017-08-141-35/+38
* Fix a little logic errorLaslo Hunhold2017-08-141-1/+1
* Add pscanf()Laslo Hunhold2017-08-141-157/+66
* Refactor main()Laslo Hunhold2017-08-132-36/+41
* Simplify signal handling a bitLaslo Hunhold2017-08-131-7/+5
* Remove unnecessary prototypesLaslo Hunhold2017-08-131-3/+0
* Remove unnecessary blank lines after license-noticeLaslo Hunhold2017-08-132-2/+0
* Fix man page .Os fieldAaron Marcher2017-08-131-1/+1
* Added Makefile target for distribution tarballs.Aaron Marcher2017-08-131-0/+8
* Fixed man page pathAaron Marcher2017-08-131-1/+1
* slstatus != dmenu lolAaron Marcher2017-08-121-2/+2
* Removed #define for unknown_strAaron Marcher2017-08-122-70/+70
* Removed #define for update intervalAaron Marcher2017-08-122-3/+3
* Updated LICENSEAaron Marcher2017-08-121-1/+1
* keyboard_indicators: fix segfault when -s is specifiedAli H. Fardan2017-08-121-0/+6
* Fixed possible NULL-deref and removed unnecessary XOpenDisplay()Aaron Marcher2017-08-111-2/+5
* Add and use LEN() macroLaslo Hunhold2017-08-111-5/+6
* Refactor battery_state()Laslo Hunhold2017-08-111-12/+17
* Reformatted LICENSE to fit 75 character widthAaron Marcher2017-08-101-10/+10
* Print usage() when we are left with argumentsLaslo Hunhold2017-08-101-0/+4
* Reduce -o | -n to -sLaslo Hunhold2017-08-102-26/+13
* Remove d- and v-flagsLaslo Hunhold2017-08-103-24/+4
* Convert slstatus.1 to mandoc, simplify it and remove -hLaslo Hunhold2017-08-102-40/+42
* Refactor build systemLaslo Hunhold2017-08-102-21/+23
* New README in plain textAaron Marcher2017-08-102-76/+56
* Removed TODO.mdAaron Marcher2017-08-101-0/+0
* Removed CONTRIBUTING.mdAaron Marcher2017-08-101-6/+0
* Moved contributors to LICENSEAaron Marcher2017-08-102-11/+10
* Copyright sign (C) is not required in LICENSEAaron Marcher2017-08-101-2/+2
* Removed .gitignore from repositoryAaron Marcher2017-08-101-3/+0
* new arg.h version by frignAaron Marcher2017-08-102-50/+30
* add num_files() function for maildirs ;)aaron marcher2017-08-063-0/+27
* updated readmeAaron Marcher2017-06-131-1/+2
* check for fgets/fscanf return valuesAaron Marcher2017-06-131-35/+75
* use a static buffer instead of dynamic memoryAaron Marcher2017-06-132-242/+204
* remove format characters from stat functionsAaron Marcher2017-06-122-12/+12
* add cpu_freq functionAaron Marcher2017-06-122-0/+19
* add battery_power functionAaron Marcher2017-06-122-0/+21
* added option to output only once and exit afterwardsAaron Marcher2017-05-112-7/+16
* enable stack protector and compile to position independent executableAaron Marcher2017-04-201-1/+1