From 5f184e5099370616935b1678523a60f2744e9fd1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 26 Apr 2026 08:45:52 +0200 Subject: [PATCH] Make it clearer --- bin/omarchy-theme-set-plymouth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-theme-set-plymouth b/bin/omarchy-theme-set-plymouth index abfca567..11f4a446 100755 --- a/bin/omarchy-theme-set-plymouth +++ b/bin/omarchy-theme-set-plymouth @@ -49,7 +49,7 @@ for asset in bullet.png entry.png lock.png progress_bar.png; do magick "$staging_dir/$asset" -channel RGB +level-colors "#$accent_hex","#$accent_hex" "$staging_dir/$asset" done -if gum confirm "Preview changes?"; then +if gum confirm "Preview new login screen?"; then canvas_w=1920 canvas_h=1080 @@ -84,7 +84,7 @@ if gum confirm "Preview changes?"; then imv -f "$preview_png" fi -if gum confirm "Apply changes?"; then +if gum confirm "Apply new login screen?"; then sudo cp -a "$staging_dir/." "$theme_dir/" sudo plymouth-set-default-theme omarchy