summaryrefslogtreecommitdiff
path: root/etc/functions/check_ac
blob: 6ea4bb1479d023811045fcd18b4a587e6434746e (plain)
1
2
3
## vim:ft=zsh
## check_ac - returns true if machine is running on AC
[[ $(cat /sys/class/power_supply/AC/online) == 1 ]]