summaryrefslogtreecommitdiff
path: root/bin/.local/bin/bat_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/.local/bin/bat_check.sh')
-rwxr-xr-xbin/.local/bin/bat_check.sh2
1 files changed, 1 insertions, 1 deletions
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
10 elif [ $battery_level -le 20 ] && [ $state == "Discharging" ]; then 10 elif [ $battery_level -le 20 ] && [ $state == "Discharging" ]; then
11 notify-send -u critical 'Plug me NOW!' $battery_level% 11 notify-send -u critical 'Plug me NOW!' $battery_level%
12 fi 12 fi
13 sleep 2 # 300 seconds or 5 minutes 13 sleep 300 # 300 seconds or 5 minutes
14done 14done