summaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)Author
2022-10-27Make volume component work on FreeBSDmichaelbuch12@gmail.com
2020-11-30Use the sioctl_open(3) OpenBSD API to access volIngo Feinerer
2020-11-30Add separator moduleRyan Kes
2019-02-05Add FreeBSD support for temperature and battery componentsMichael Buch
2018-07-08Consistency with 80 char limit and breaksAaron Marcher
2018-06-04Add flexible formatting to keyboard_indicators.Ian Remmler
2018-05-27Revert "Add basic backlight percentage support"Aaron Marcher
2018-05-23Add keymap componentMichael Buch
2018-05-22Add basic backlight percentage supportDavid Demelier
2018-05-21Remove fmt from load_avgs for consistencyAaron Marcher
2018-05-19implemented openbsd netspeed functionsTobias Tschinkowitz
2018-05-19Add netspeeds to config.def.hAaron Marcher
2018-05-18Fix indentationAaron Marcher
2018-05-18Add battery_remaining function on OpenBSDTobias Tschinkowitz
2018-05-17Change interval to unsigned intAaron Marcher
2018-05-17Add comments for battery_* functions on OpenBSDAaron Marcher
2018-05-17added comment for temp function (openbsd)Tobias Tschinkowitz
2018-05-06Remove cpu_iowaitAaron Marcher
2018-05-02Add examples to config.def.hAaron Marcher
2018-05-01Remove battery_power for various reasonsAaron Marcher
2018-04-16Remove non-portable functions from config.def.hAaron Marcher
2017-09-16slstatus: add cpu_iowaitKurt Van Dijck
2017-09-10slstatus load_avg format stringKamil CholewiƄski
2017-08-14Added IPv6 address functionAaron Marcher
2017-08-14sexy config.def.h tableAaron Marcher
2017-08-13Refactor main()Laslo Hunhold
2017-08-12Removed #define for unknown_strAaron Marcher
2017-08-12Removed #define for update intervalAaron Marcher
2017-08-06add num_files() function for maildirs ;)aaron marcher
2017-06-13use a static buffer instead of dynamic memoryAaron Marcher
2017-06-12remove format characters from stat functionsAaron Marcher
2017-06-12add cpu_freq functionAaron Marcher
2017-06-12add battery_power functionAaron Marcher
2017-01-16Added keyboard_indicators (Fixes #31)Aaron Marcher
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-15Edit config.def.h function descriptionsJody Leonard
2016-10-05better default config.hAaron Marcher
2016-09-13battery_state() function addedAaron Marcher
2016-09-13simplified vol_perc() (and with that config.def.h is super clean)Aaron Marcher
2016-09-13simplified battery_perc() a lot and removed useless options from config.def.hAaron Marcher
2016-09-09brought back update intervalAaron Marcher
2016-09-09coding style fixesAaron Marcher
2016-09-03removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff ...Ali H. Fardan
2016-08-31removed vol function from the default config fileAli H. Fardan
2016-08-28removed a misplaced ';'Ali H. Fardan
2016-08-28used constant string literals && remote initialization to in battery_perc() ...Ali H. Fardan
2016-08-21corrected the time formatAli H. Fardan
2016-08-18added uptime functionAaron Marcher