summaryrefslogtreecommitdiff
path: root/components/battery.c
Commit message (Expand)AuthorAgeFilesLines
* battery: Consistent naming for capacity percentageplanet362022-12-191-7/+10
* battery: Fix remaining on LinuxPatrick Iacob2022-12-011-2/+2
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-22/+13
* radical re-formatting 1/3: Fix spacingdrkhsh2022-10-281-8/+8
* radical re-formatting 0/3: Alphabetic headersdrkhsh2022-10-281-1/+1
* battery: Refactor remaining on OpenBSDdrkhsh2022-10-281-3/+4
* various: Put paths into defines to avoid line wrapsdrkhsh2022-10-281-24/+22
* components/*.c: include slstatus.hNRK2022-10-261-0/+1
* Add 'Not charging' status supportSpenser Truex2022-10-261-2/+3
* Full battery indicatorCem Keylan2020-11-301-0/+1
* Add FreeBSD support for temperature and battery componentsMichael Buch2019-02-051-0/+53
* Consistency with 80 char limit and breaksAaron Marcher2018-07-081-8/+5
* Simplify format specifiers for uintmax_tAaron Marcher2018-07-071-4/+4
* Change uint64_t to uintmax_tAaron Marcher2018-07-071-4/+4
* battery: 64 bit ints on LinuxAaron Marcher2018-07-071-4/+5
* battery: Remove unnecessary defines for pathsAaron Marcher2018-07-061-7/+5
* Clean up header includesAaron Marcher2018-05-301-1/+0
* battery_remaining: check for division by zeroAaron Marcher2018-05-211-0/+4
* battery_remaining: Change float to doubleAaron Marcher2018-05-211-3/+3
* battery: Minor coding style fixesAaron Marcher2018-05-211-10/+15
* Remove units from numbersAaron Marcher2018-05-211-2/+2
* Support energy_now/power_now in battery_remainingDavid Demelier2018-05-201-14/+27
* Add the percent sign to *_perc functionsAaron Marcher2018-05-191-2/+2
* Implement esnprintf() and make formatted calls more efficientLaslo Hunhold2018-05-191-11/+30
* Revert aac29e2 as it is nonsenseAaron Marcher2018-05-191-8/+14
* battery: Move out struct as common codeAaron Marcher2018-05-191-14/+8
* Use %d instead of accidentally %iAaron Marcher2018-05-181-3/+3
* Port battery_remaining to LinuxAaron Marcher2018-05-181-3/+31
* Fix memory leakAaron Marcher2018-05-181-1/+1
* battery: fixed remaining time on connected ACTobias Tschinkowitz2018-05-181-2/+6
* Fix indentationAaron Marcher2018-05-181-1/+1
* Add battery_remaining function on OpenBSDTobias Tschinkowitz2018-05-181-25/+45
* Add warn() and die()Laslo Hunhold2018-05-181-6/+4
* Remove UNUSED macroAaron Marcher2018-05-171-6/+2
* Mark unused parameters, fix compiler warningsAaron Marcher2018-05-171-1/+5
* Unify type of in for loopsAaron Marcher2018-05-171-1/+2
* Unify type of `i` in for loopsAaron Marcher2018-05-171-2/+1
* Fix coding styleAaron Marcher2018-05-061-2/+1
* battery: Remove full indicatorAaron Marcher2018-05-041-1/+0
* battery_state: Unify unknown state with "?" symbolAaron Marcher2018-05-021-2/+0
* Remove battery_power for various reasonsAaron Marcher2018-05-011-12/+0
* battery_perc: Port to OpenBSDAaron Marcher2018-05-011-0/+37
* Use indentation to increase readabilityLaslo Hunhold2018-05-011-69/+69
* Revert component-splitLaslo Hunhold2018-05-011-0/+91
* battery: OS splitQuentin Rameau2018-04-301-91/+0
* battery: Separate function for readbilityAaron Marcher2018-04-291-2/+6
* Format error messages properlyAaron Marcher2018-03-281-2/+4
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-3/+2
* More robust preprocessor switchesAaron Marcher2018-03-211-5/+5
* battery_perc: Port to OpenBSD.Aaron Marcher2018-03-191-1/+29