From a0712d72235f2a6932d216d66e95d1bf711061d0 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Wed, 4 Dec 2019 17:52:39 +0100
Subject: Warning level back to 15%

---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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");
-- 
cgit v1.2.3