Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-19 | auxstats: replace /proc ACPI calls with /sys ones (#245) | Zach Scott | 1 | -22/+8 | |
According to <https://askubuntu.com/a/309146>, use of `/proc/acpi` to get battery usage is deprecated. This commit replaces the two files from this API with the single file `/sys/class/power_supply/BAT0/capacity`, simultaneously removing the need to calculate battery percentage. | |||||
2009-08-08 | stats: make more stats work in Linux | Fazlul Shahriar | 1 | -6/+66 | |
http://codereview.appspot.com/96084 | |||||
2007-09-15 | auxstats: use acpi to find battery info on Linux (Andrey Mirtchovski) | Russ Cox | 1 | -5/+26 | |
2004-04-29 | add -W to specify window size. | rsc | 1 | -8/+7 | |
various other little fixes. | |||||
2004-04-24 | various bug fixes | rsc | 1 | -1/+11 | |
2004-04-23 | stats helper | rsc | 1 | -0/+177 | |