diff --git a/install/config/power.sh b/install/config/power.sh index 3e92ce15..eb545a4e 100644 --- a/install/config/power.sh +++ b/install/config/power.sh @@ -4,6 +4,7 @@ # even if they're not running off a battery. So let's make sure that's changed to performance. yay -S --noconfirm python-gobject power-profiles-daemon +# FIXME: Need a way to add the user system unit in CHROOT install if ls /sys/class/power_supply/BAT* &>/dev/null && [ -z "${OMARCHY_CHROOT_INSTALL:-}" ]; then # This computer runs on a battery powerprofilesctl set balanced || true