mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02: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
|