Files
omarchy/install/first-run/battery-monitor.sh
David Heinemeier Hansson e567020e1b Use the new helper
2026-01-29 17:38:50 +01:00

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