From bf31373840f3fc2efb765579f05f1137ff3f8363 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 21 Aug 2025 18:57:30 +0200 Subject: [PATCH] Bring uwsm out of the doghouse --- bin/omarchy-update-system-pkgs | 2 +- install.sh | 2 +- install/config/login.sh | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/omarchy-update-system-pkgs b/bin/omarchy-update-system-pkgs index fec84a42..9b65fd09 100755 --- a/bin/omarchy-update-system-pkgs +++ b/bin/omarchy-update-system-pkgs @@ -1,5 +1,5 @@ #!/bin/bash echo -e "\e[32m\nUpdate system packages\e[0m" -yay -Syu --noconfirm --ignore uwsm +yay -Syu --noconfirm echo diff --git a/install.sh b/install.sh index 4c3fb99f..55bbd534 100755 --- a/install.sh +++ b/install.sh @@ -77,7 +77,7 @@ sudo updatedb # Update system packages if we have a network connection if ping -c5 omarchy.org &>/dev/null; then - yay -Syu --noconfirm --ignore uwsm + yay -Syu --noconfirm fi # Reboot diff --git a/install/config/login.sh b/install/config/login.sh index 7f103d10..2b049e37 100644 --- a/install/config/login.sh +++ b/install/config/login.sh @@ -2,8 +2,7 @@ # Hyprland launched via UWSM and login directly as user, rely on disk encryption + hyprlock for security if ! command -v uwsm &>/dev/null || ! command -v plymouth &>/dev/null; then - sudo pacman -U --noconfirm https://archive.archlinux.org/packages/u/uwsm/uwsm-0.23.0-1-any.pkg.tar.zst - yay -S --noconfirm --needed plymouth + yay -S --noconfirm --needed plymouth uwsm fi # ==============================================================================