From 6c3048ce49c35bf78cfc6232d30cd00f6734112d Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Thu, 9 Nov 2023 15:04:43 -0700 Subject: [PATCH] Added .gitignore and minor edits to README.md --- .gitignore | 2 ++ README.md | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bebfaaf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +data.txt +battery-mon diff --git a/README.md b/README.md index 4c954a2..90d15cc 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,20 @@

Battery Monitor

+### INTRODUCTION + 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. -From the first purpose, eventually the daemon and it's corresponding commands will allow for the user to get estimates of their time -remaining, implement power-saving modes, optimization suggestions, and other features that are built-in to MacOS. +Eventually the daemon and it's corresponding commands will allow for the user to get estimates of their time remaining, implement +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. +### FEATURES + ### 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. [ ] Estimated time remaining section. [ ] Power-saving recommendations