diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:21:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:21:52 +0100 |
commit | 224b9bbaa034e92e4086579da0f9dfc8ee5e0696 (patch) | |
tree | bbd4283ffb70c0d5f01e826e39dd30ac3e754252 /README.md | |
parent | dash ~> sh (diff) | |
download | lowbat-gnu-224b9bbaa034e92e4086579da0f9dfc8ee5e0696.tar.gz lowbat-gnu-224b9bbaa034e92e4086579da0f9dfc8ee5e0696.tar.bz2 lowbat-gnu-224b9bbaa034e92e4086579da0f9dfc8ee5e0696.tar.xz lowbat-gnu-224b9bbaa034e92e4086579da0f9dfc8ee5e0696.tar.zst lowbat-gnu-224b9bbaa034e92e4086579da0f9dfc8ee5e0696.zip |
Added .gitignore, README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8fd8ec0 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# README in progress + +# lowbat + +Very small script that runs in the background and warns you when your battery is low. + +## Dependencies + ++ `libnotify` ++ `espeak` + +## Installation + +```shell
\ No newline at end of file |