updated readme.md

This commit is contained in:
Joshua Ashton
2025-01-07 16:41:48 -07:00
parent 713c901739
commit b0e85e38f5
2 changed files with 6 additions and 2 deletions
+6 -1
View File
@@ -15,7 +15,7 @@ power-saving modes, optimization suggestions, and other features that are built-
### TODO
- [ ] Gather all relavent information for the daemon: display backlight, keyboard backlight,
running applications, etc.
- [ ] Implement the GUI graph with GTK.
- [X] Implement the GUI graph with GTK.
- [ ] Estimated time remaining section.
- [ ] Power-saving recommendations
- [ ] Calculate estimated time remaining based upon historical data.
@@ -25,3 +25,8 @@ power-saving modes, optimization suggestions, and other features that are built-
git clone https://github.com/quaxlqueen/battery-mon
cd battery-mon
sudo ./install
### Troubleshooting
You may need to do the following:
sudo chmod a+rw /tmp/battery.txt
sudo pacman -S acpi
-1
View File
@@ -8,7 +8,6 @@ if [[ $EUID -ne 0 ]]; then
fi
echo "Installing the battery monitor onto your system..."
sudo pacman -S acpi
# Get the current working directory and the virtual environment
CWD=$(pwd)