arch-setup/files/battery.sh
2026-03-11 07:51:46 +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