diff --git a/migrations/1751225707.sh b/migrations/1751225707.sh deleted file mode 100644 index 16387778..00000000 --- a/migrations/1751225707.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Fixing persistent workspaces in waybar config" - -if [[ -f ~/.config/waybar/config ]]; then - sed -i 's/"persistent_workspaces":/"persistent-workspaces":/' ~/.config/waybar/config - omarchy-restart-waybar -fi diff --git a/migrations/1752153188.sh b/migrations/1752153188.sh deleted file mode 100644 index ec4beea5..00000000 --- a/migrations/1752153188.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Migrate to the modular implementation of hyprlock" - -if [ -L ~/.config/hypr/hyprlock.conf ]; then - rm ~/.config/hypr/hyprlock.conf - cp ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr/hyprlock.conf -fi diff --git a/migrations/1752251002.sh b/migrations/1752251002.sh deleted file mode 100644 index cea7a613..00000000 --- a/migrations/1752251002.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Migrate to the modular, variable-based implementation of waybar style.css" - -if [ -L ~/.config/waybar/style.css ]; then - rm ~/.config/waybar/style.css - cp ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/style.css -fi diff --git a/migrations/1752365998.sh b/migrations/1752365998.sh deleted file mode 100644 index 5b759f62..00000000 --- a/migrations/1752365998.sh +++ /dev/null @@ -1,10 +0,0 @@ -echo "Add override to only require one network interface to be online" - -if [[ ! -f /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf ]]; then - sudo mkdir -p /etc/systemd/system/systemd-networkd-wait-online.service.d - sudo tee /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf >/dev/null < "$VS_CODE_SETTINGS" - elif ! grep -q '"update.mode"' "$VS_CODE_SETTINGS"; then - # Insert "update.mode": "none", immediately after the first "{" - # Use sed's first-match range (0,/{/) to only replace the first "{ - sed -i --follow-symlinks -E '0,/\{/{s/\{/{\ - "update.mode": "none",/}' "$VS_CODE_SETTINGS" - fi -fi diff --git a/migrations/1771599447.sh b/migrations/1771599447.sh deleted file mode 100644 index dd183cf9..00000000 --- a/migrations/1771599447.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Delay after sleep for PAM readiness before turning on display" - -sed -i 's/after_sleep_cmd = hyprctl dispatch dpms on/after_sleep_cmd = sleep 1 \&\& hyprctl dispatch dpms on/' ~/.config/hypr/hypridle.conf