aboutsummaryrefslogtreecommitdiff
path: root/lowbat.c
AgeCommit message (Collapse)AuthorFilesLines
2024-11-21add status symbols for not charging, full, and unknown statusv1.2.0Tim Keller1-14/+26
2024-10-17output newlines instead of carriage returns to make lowbat more versatileTim Keller1-1/+1
2024-10-17change charging/discharging to +/- and clean up compiler errors. also clean ↵Tim Keller1-27/+36
up todos and optimize a bit. no batteries installed will now output 0% instead of exit. if battery is removed, lowbat will no longer crash
2024-09-12add charging state to stdout when ranTimmy Keller1-1/+1
2024-09-09update makefile to build & install, include manpage, make notification ↵Timmy Keller1-3/+5
persistent and change urgency
2024-08-10initial commitTimmy Keller1-0/+155