summaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Expand)AuthorAgeFilesLines
* feat: pamixer status bar for volumeJoshua Yun3 days1-2/+7
* Sort functions by nameplanet362022-12-191-4/+4
* config.def.h: Remove stray double quote in commentplanet362022-12-191-1/+1
* New component: catdrkhsh2022-11-241-0/+1
* separator: kill that useless thingdrkhsh2022-10-281-1/+0
* Make volume component work on FreeBSDmichaelbuch12@gmail.com2022-10-261-1/+1
* Use the sioctl_open(3) OpenBSD API to access volIngo Feinerer2020-11-301-0/+1
* Add separator moduleRyan Kes2020-11-301-0/+1
* Add FreeBSD support for temperature and battery componentsMichael Buch2019-02-051-3/+5
* Consistency with 80 char limit and breaksAaron Marcher2018-07-081-47/+47
* Add flexible formatting to keyboard_indicators.Ian Remmler2018-06-041-1/+2
* Revert "Add basic backlight percentage support"Aaron Marcher2018-05-271-2/+0
* Add keymap componentMichael Buch2018-05-231-0/+2
* Add basic backlight percentage supportDavid Demelier2018-05-221-0/+2
* Remove fmt from load_avgs for consistencyAaron Marcher2018-05-211-2/+1
* implemented openbsd netspeed functionsTobias Tschinkowitz2018-05-191-1/+1
* Add netspeeds to config.def.hAaron Marcher2018-05-191-0/+2
* Fix indentationAaron Marcher2018-05-181-2/+2
* Add battery_remaining function on OpenBSDTobias Tschinkowitz2018-05-181-0/+2
* Change interval to unsigned intAaron Marcher2018-05-171-1/+1
* Add comments for battery_* functions on OpenBSDAaron Marcher2018-05-171-0/+2
* added comment for temp function (openbsd)Tobias Tschinkowitz2018-05-171-0/+1
* Remove cpu_iowaitAaron Marcher2018-05-061-1/+0
* Add examples to config.def.hAaron Marcher2018-05-021-14/+17
* Remove battery_power for various reasonsAaron Marcher2018-05-011-1/+0
* Remove non-portable functions from config.def.hAaron Marcher2018-04-161-3/+1
* slstatus: add cpu_iowaitKurt Van Dijck2017-09-161-0/+1
* slstatus load_avg format stringKamil CholewiƄski2017-09-101-1/+1
* Added IPv6 address functionAaron Marcher2017-08-141-1/+2
* sexy config.def.h tableAaron Marcher2017-08-141-35/+38
* Refactor main()Laslo Hunhold2017-08-131-2/+2
* Removed #define for unknown_strAaron Marcher2017-08-121-1/+1
* Removed #define for update intervalAaron Marcher2017-08-121-1/+1
* 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