From ce2dba57e8b2a25a0533f1119cf4f227b4a57522 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 3 Jun 2020 16:27:24 +0530 Subject: sleep 2 to 300 --- bin/.local/bin/bat_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.local/bin/bat_check.sh b/bin/.local/bin/bat_check.sh index abfb06f..4559954 100755 --- a/bin/.local/bin/bat_check.sh +++ b/bin/.local/bin/bat_check.sh @@ -10,5 +10,5 @@ do elif [ $battery_level -le 20 ] && [ $state == "Discharging" ]; then notify-send -u critical 'Plug me NOW!' $battery_level% fi - sleep 2 # 300 seconds or 5 minutes + sleep 300 # 300 seconds or 5 minutes done -- cgit v1.2.3