diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index dfcc2f4..e66abf3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ int main(int argc, const char *argv[]) { } } while (true) { - while (lowbat.jo_fetchBatlvl() < 115 && !lowbat.jo_fetchAcstat()) { + while (lowbat.jo_fetchBatlvl() < 15 && !lowbat.jo_fetchAcstat()) { if (lowbat.jo_notify()) { cout << "Error: could not use notify-send" << endl; return 3; |