Pull low battery warning into shell

This commit is contained in:
David Heinemeier Hansson
2026-05-19 21:28:32 +02:00
parent 15f461c1df
commit 1a630b1239
12 changed files with 119 additions and 69 deletions
-8
View File
@@ -1,8 +0,0 @@
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