Files

9 lines
253 B
Bash

if omarchy-battery-present; then
powerprofilesctl set balanced || true
# Enable battery monitoring timer for low battery notifications
systemctl --user enable --now omarchy-battery-monitor.timer
else
powerprofilesctl set performance || true
fi