diff --git a/README.md b/README.md index 6b460df..839d96f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install b/install index d7a0041..da74d6a 100755 --- a/install +++ b/install @@ -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)