From 19d85a77102995828e3148cd06b08546328c6e0f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 10 Sep 2025 18:07:54 +0200 Subject: [PATCH 1/5] Required -y to run --- bin/omarchy-refresh-plymouth | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/omarchy-refresh-plymouth b/bin/omarchy-refresh-plymouth index 8116603..e911d74 100755 --- a/bin/omarchy-refresh-plymouth +++ b/bin/omarchy-refresh-plymouth @@ -1,6 +1,4 @@ #!/bin/bash -if [[ "$1" == "-y" ]]; then - sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/ - sudo plymouth-set-default-theme -R omarchy -fi +sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/ +sudo plymouth-set-default-theme -R omarchy From bdcd78484b1cf8e9af29a09a7a913cdc4d4f4e0b Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Wed, 10 Sep 2025 13:08:42 -0400 Subject: [PATCH 2/5] Update omarchy-refresh-plymouth to account for limine changes (#1575) * Required -y to run * Update omarchy-refresh-plymouth to account for limine changes --------- Co-authored-by: David Heinemeier Hansson --- bin/omarchy-refresh-plymouth | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/omarchy-refresh-plymouth b/bin/omarchy-refresh-plymouth index e911d74..8e2a825 100755 --- a/bin/omarchy-refresh-plymouth +++ b/bin/omarchy-refresh-plymouth @@ -1,4 +1,10 @@ #!/bin/bash sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/ -sudo plymouth-set-default-theme -R omarchy +sudo plymouth-set-default-theme omarchy + +if command -v limine-mkinitcpio &>/dev/null; then + sudo limine-mkinitcpio +else + sudo mkinitcpio -P +fi \ No newline at end of file From 381e43d1247799626e9e9832fab900c210997edd Mon Sep 17 00:00:00 2001 From: denisu Date: Wed, 10 Sep 2025 23:35:12 -0400 Subject: [PATCH 3/5] delete deprecated workspace_swipe --- default/hypr/input.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/default/hypr/input.conf b/default/hypr/input.conf index 0f9a5d6..bb4d610 100644 --- a/default/hypr/input.conf +++ b/default/hypr/input.conf @@ -14,8 +14,3 @@ input { natural_scroll = false } } - -# https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} From d09b6aa42a25e71e270ac8ac19e5ce3c17feb878 Mon Sep 17 00:00:00 2001 From: Brosseau Valentin Date: Fri, 12 Sep 2025 15:22:48 +0200 Subject: [PATCH 5/5] Change condition for exiting back_to function (#1582) --- bin/omarchy-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 22b6e25..7245e1d 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -8,7 +8,7 @@ BACK_TO_EXIT=false back_to() { local parent_menu="$1" - if [[ "$DIRECT_ACCESS" == "true" ]]; then + if [[ "$BACK_TO_EXIT" == "true" ]]; then exit 0 elif [[ -n "$parent_menu" ]]; then "$parent_menu"