aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 24ff26a82c82dca4d2ec5738fd5f3eaf6a4d360f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# README in progress

# lowbat

Very small script that runs in the background and warns you when your battery is low.

## Dependencies

+ `libnotify`
+ `espeak`

## Installation

Open a terminal and run these commands:

```shell
git clone https://github.com/JozanLeClerc/lowbat.git
cd lowbat
sudo make clean install
```

Next you must find a way to get the script running when loging in.

## Uninstallation

```shell
sudo make uninstall
```