diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 01:15:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 01:15:22 +0100 |
commit | 13386e8a1035fb84bf9d579e49ebe595b14e803d (patch) | |
tree | 60b59474dee116e66fa3ebb539828cb9c9c1cc58 /src/jo_notify.cpp | |
parent | Better includes, better Makefile (diff) | |
download | lowbat-gnu-13386e8a1035fb84bf9d579e49ebe595b14e803d.tar.gz lowbat-gnu-13386e8a1035fb84bf9d579e49ebe595b14e803d.tar.bz2 lowbat-gnu-13386e8a1035fb84bf9d579e49ebe595b14e803d.tar.xz lowbat-gnu-13386e8a1035fb84bf9d579e49ebe595b14e803d.tar.zst lowbat-gnu-13386e8a1035fb84bf9d579e49ebe595b14e803d.zip |
Useless if removed
Diffstat (limited to 'src/jo_notify.cpp')
-rw-r--r-- | src/jo_notify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jo_notify.cpp b/src/jo_notify.cpp index 154b0b7..9f4c7de 100644 --- a/src/jo_notify.cpp +++ b/src/jo_notify.cpp @@ -4,7 +4,7 @@ int jo_notify(const string batlvl) { string str; - str = "notify-send \""; + str = "notify-send \"Low battery: "; str += batlvl; str += "%\" \"Please plug in computer\" -u critical -t 15000"; |