mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
No longer need first-run to set these powerprofilectl rules
This commit is contained in:
@@ -15,7 +15,6 @@ if [[ -f $FIRST_RUN_MODE ]]; then
|
|||||||
bash "$OMARCHY_PATH/install/first-run/dns-resolver.sh"
|
bash "$OMARCHY_PATH/install/first-run/dns-resolver.sh"
|
||||||
bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh"
|
bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh"
|
||||||
bash "$OMARCHY_PATH/install/first-run/elephant.sh"
|
bash "$OMARCHY_PATH/install/first-run/elephant.sh"
|
||||||
bash "$OMARCHY_PATH/install/first-run/powerprofilesctl-rules.sh"
|
|
||||||
sudo rm -f /etc/sudoers.d/first-run
|
sudo rm -f /etc/sudoers.d/first-run
|
||||||
|
|
||||||
bash "$OMARCHY_PATH/install/first-run/welcome.sh"
|
bash "$OMARCHY_PATH/install/first-run/welcome.sh"
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ run_logged $OMARCHY_INSTALL/config/sudoless-asdcontrol.sh
|
|||||||
run_logged $OMARCHY_INSTALL/config/input-group.sh
|
run_logged $OMARCHY_INSTALL/config/input-group.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/omarchy-ai-skill.sh
|
run_logged $OMARCHY_INSTALL/config/omarchy-ai-skill.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/kernel-modules-hook.sh
|
run_logged $OMARCHY_INSTALL/config/kernel-modules-hook.sh
|
||||||
|
run_logged $OMARCHY_INSTALL/config/powerprofilesctl-rules.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/wifi-powersave-rules.sh
|
run_logged $OMARCHY_INSTALL/config/wifi-powersave-rules.sh
|
||||||
run_logged $OMARCHY_INSTALL/config/plocate-ac-only.sh
|
run_logged $OMARCHY_INSTALL/config/plocate-ac-only.sh
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
echo "Set power profile based on source switching (AC or Battery)"
|
echo "Set power profile based on source switching (AC or Battery)"
|
||||||
|
|
||||||
source $OMARCHY_PATH/install/first-run/powerprofilesctl-rules.sh
|
source $OMARCHY_PATH/install/config/powerprofilesctl-rules.sh
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
echo "Fix AC power udev rules to use systemd-run"
|
echo "Fix AC power udev rules to use systemd-run"
|
||||||
|
|
||||||
source $OMARCHY_PATH/install/config/powerprofilesctl-rules.sh
|
source $OMARCHY_PATH/install/first-run/powerprofilesctl-rules.sh
|
||||||
source $OMARCHY_PATH/install/config/wifi-powersave-rules.sh
|
source $OMARCHY_PATH/install/config/wifi-powersave-rules.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user