diff options
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"; |