arch-setup/files/scripts/battery.sh
2026-03-16 13:58:03 +01:00

6 lines
No EOL
140 B
Bash
Executable file

#!/bin/bash
# check-battery.sh
if [[ $(cat /sys/class/power_supply/BAT0/capacity) -lt 85 ]]; then
notify-send "⚠️ Akku niedrig!"
fi