Added .gitignore and minor edits to README.md
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
data.txt
|
||||||
|
battery-mon
|
||||||
@@ -1,15 +1,20 @@
|
|||||||
<h1 align="center">Battery Monitor</h1>
|
<h1 align="center">Battery Monitor</h1>
|
||||||
|
|
||||||
|
### INTRODUCTION
|
||||||
|
|
||||||
This project is written on and for Apple Silicon MacBooks running Asahi Linux.
|
This project is written on and for Apple Silicon MacBooks running Asahi Linux.
|
||||||
|
|
||||||
The purpose is two-fold: give the user more data about their battery performance, and give the user options to optimize their battery.
|
The purpose is two-fold: give the user more data about their battery performance, and give the user options to optimize their battery.
|
||||||
From the first purpose, eventually the daemon and it's corresponding commands will allow for the user to get estimates of their time
|
Eventually the daemon and it's corresponding commands will allow for the user to get estimates of their time remaining, implement
|
||||||
remaining, implement power-saving modes, optimization suggestions, and other features that are built-in to MacOS.
|
power-saving modes, optimization suggestions, and other features that are built-in to MacOS.
|
||||||
|
|
||||||
**Note**: An interesting trend does emerge from initial testing, the battery usage and charging appears to be a stepped linear function.
|
**Note**: An interesting trend does emerge from initial testing, the battery usage and charging appears to be a stepped linear function.
|
||||||
|
|
||||||
|
### FEATURES
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
[ ] Gather all relavent information for the daemon: display backlight, keyboard backlight, running applications, etc.
|
[ ] Gather all relavent information for the daemon: display backlight, keyboard backlight,
|
||||||
|
running applications, etc.
|
||||||
[ ] Implement the GUI graph with GTK.
|
[ ] Implement the GUI graph with GTK.
|
||||||
[ ] Estimated time remaining section.
|
[ ] Estimated time remaining section.
|
||||||
[ ] Power-saving recommendations
|
[ ] Power-saving recommendations
|
||||||
|
|||||||
Reference in New Issue
Block a user