summaryrefslogtreecommitdiff
path: root/components/battery.c
AgeCommit message (Expand)Author
2018-05-18Use %d instead of accidentally %iAaron Marcher
2018-05-18Port battery_remaining to LinuxAaron Marcher
2018-05-18Fix memory leakAaron Marcher
2018-05-18battery: fixed remaining time on connected ACTobias Tschinkowitz
2018-05-18Fix indentationAaron Marcher
2018-05-18Add battery_remaining function on OpenBSDTobias Tschinkowitz
2018-05-18Add warn() and die()Laslo Hunhold
2018-05-17Remove UNUSED macroAaron Marcher
2018-05-17Mark unused parameters, fix compiler warningsAaron Marcher
2018-05-17Unify type of in for loopsAaron Marcher
2018-05-17Unify type of `i` in for loopsAaron Marcher
2018-05-06Fix coding styleAaron Marcher
2018-05-04battery: Remove full indicatorAaron Marcher
2018-05-02battery_state: Unify unknown state with "?" symbolAaron Marcher
2018-05-01Remove battery_power for various reasonsAaron Marcher
2018-05-01battery_perc: Port to OpenBSDAaron Marcher
2018-05-01Use indentation to increase readabilityLaslo Hunhold
2018-05-01Revert component-splitLaslo Hunhold
2018-04-30battery: OS splitQuentin Rameau
2018-04-29battery: Separate function for readbilityAaron Marcher
2018-03-28Format error messages properlyAaron Marcher
2018-03-28Get rid of err.h as it is not portableAaron Marcher
2018-03-21More robust preprocessor switchesAaron Marcher
2018-03-19battery_perc: Port to OpenBSD.Aaron Marcher
2018-03-18Build Linux-only functions only on LinuxAaron Marcher
2017-09-24Move components into dedicated subdirectoryLaslo Hunhold