arch-setup/files/Code - OSS/User/History/-2e43db8d/bDHB.sh

6 lines
No EOL
140 B
Bash

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