summaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
* add num_files() function for maildirs ;)aaron marcher2017-08-061-0/+1
|
* use a static buffer instead of dynamic memoryAaron Marcher2017-06-131-1/+4
|
* remove format characters from stat functionsAaron Marcher2017-06-121-4/+4
|
* add cpu_freq functionAaron Marcher2017-06-121-0/+1
|
* add battery_power functionAaron Marcher2017-06-121-0/+1
|
* Added keyboard_indicators (Fixes #31)Aaron Marcher2017-01-161-0/+1
|
* add vol_perc notes, add braces to singleline statementsparazyd2016-12-301-1/+1
|
* refactor vol_perc to not depend on alsa librariesparazyd2016-12-281-1/+1
|
* Add "uname -r" functionalityMike Coddington2016-11-161-0/+1
|
* Edit config.def.h function descriptionsJody Leonard2016-10-151-7/+11
|
* better default config.hAaron Marcher2016-10-051-4/+4
|
* battery_state() function addedAaron Marcher2016-09-131-0/+1
|
* simplified vol_perc() (and with that config.def.h is super clean)Aaron Marcher2016-09-131-3/+0
|
* simplified battery_perc() a lot and removed useless options from config.def.hAaron Marcher2016-09-131-5/+0
|
* brought back update intervalAaron Marcher2016-09-091-5/+8
|
* coding style fixesAaron Marcher2016-09-091-9/+8
|
* removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff ↵Ali H. Fardan2016-09-031-3/+0
| | | | worth making, because the clock would act weird if this used to work with cpu_perc().
* removed vol function from the default config fileAli H. Fardan2016-08-311-1/+0
|
* removed a misplaced ';'Ali H. Fardan2016-08-281-1/+1
|
* used constant string literals && remote initialization to in battery_perc() ↵Ali H. Fardan2016-08-281-15/+12
| | | | && trying to fix possible buffer overflow
* corrected the time formatAli H. Fardan2016-08-211-1/+1
|
* added uptime functionAaron Marcher2016-08-181-0/+1
|
* load avgAaron Marcher2016-08-181-0/+1
|
* added configuration option for n/a textAaron Marcher2016-08-181-0/+3
|
* Formatting commit :(Aaron Marcher2016-08-161-13/+13
| | | | | | | | | | | I know formatting commits suck... And I try to avoid them. But this commit was absolutely necessary... The coding style in this program was not ok and not the same over the whole program. The commit is hard to read, but this is what I changed: - Tabs for indentation instead of spaces - Same style over the whole program (suckless style)
* added wifi essidAaron Marcher2016-08-151-1/+2
|
* Added shell command functionAaron Marcher2016-08-151-0/+1
|
* added, username, gid, uidAaron Marcher2016-06-131-0/+3
|
* added disk functions for detailsAaron Marcher2016-06-101-0/+6
|
* hostname functionAaron Marcher2016-06-101-0/+1
|
* added ip address functionAaron Marcher2016-06-081-1/+1
|
* added entropyAaron Marcher2016-06-031-0/+2
|
* Changes to documentation and new screenshot.Aaron Marcher2016-03-201-7/+7
| | | | | | | - Better README.md - Headlines in all files - CONTRIBUTING.md - New screenshot
* Easier info function namesAaron Marcher2016-03-181-9/+9
| | | | | | | | All the info function names started with "get_", which I removed to make it easier for the user to configure the program to its needs. Additionally I renamed some functions (e.g. get_ram_usage) to better names, making it easier to extend the program with ram usage / total functions.
* completely new system: only values in config file get updated + cleaner codeAaron Marcher2016-03-141-24/+20
|
* Add diskusage supportDaniel Walter2016-03-111-2/+6
| | | | add support to show used disk for a given mountpoint
* fixed some small things (update_interval) interferes with get_cpu_usage() ↵Aaron Marcher2016-03-101-2/+2
| | | | and reordered)
* add update_intervalDaniel Walter2016-03-101-0/+3
| | | | add a short sleep to reduce load
* simplified config.def.hAaron Marcher2016-03-101-1/+9
|
* changed to easier variable namesAaron Marcher2016-03-091-1/+1
|
* fixed some memory leaksRoy Freytag2016-03-081-1/+1
|
* added config.def.h handling and fixed typoAaron Marcher2016-03-041-0/+22