updated readme.md
This commit is contained in:
@@ -15,7 +15,7 @@ power-saving modes, optimization suggestions, and other features that are built-
|
|||||||
### TODO
|
### TODO
|
||||||
- [ ] Gather all relavent information for the daemon: display backlight, keyboard backlight,
|
- [ ] Gather all relavent information for the daemon: display backlight, keyboard backlight,
|
||||||
running applications, etc.
|
running applications, etc.
|
||||||
- [ ] Implement the GUI graph with GTK.
|
- [X] Implement the GUI graph with GTK.
|
||||||
- [ ] Estimated time remaining section.
|
- [ ] Estimated time remaining section.
|
||||||
- [ ] Power-saving recommendations
|
- [ ] Power-saving recommendations
|
||||||
- [ ] Calculate estimated time remaining based upon historical data.
|
- [ ] 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
|
git clone https://github.com/quaxlqueen/battery-mon
|
||||||
cd battery-mon
|
cd battery-mon
|
||||||
sudo ./install
|
sudo ./install
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
You may need to do the following:
|
||||||
|
sudo chmod a+rw /tmp/battery.txt
|
||||||
|
sudo pacman -S acpi
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ if [[ $EUID -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing the battery monitor onto your system..."
|
echo "Installing the battery monitor onto your system..."
|
||||||
sudo pacman -S acpi
|
|
||||||
|
|
||||||
# Get the current working directory and the virtual environment
|
# Get the current working directory and the virtual environment
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user