aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6a220f8..b9bf375 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,7 +24,7 @@ int main(int argc, const char *argv[]) {
batlvl.erase(remove(batlvl.begin(), batlvl.end(), '\n'), batlvl.end());
batlvlint = stoi(batlvl);
cout << batlvlint << "%" << endl;
- while (batlvlint < 60 && !system("acpi | grep -q Discharging")) {
+ while (batlvlint < 15 && !system("acpi | grep -q Discharging")) {
jo_notify(batlvl);
if (argc == 1) {
msg = new string("beep beep - low battery");