mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
9 lines
253 B
Bash
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
|