Make it clearer

This commit is contained in:
David Heinemeier Hansson
2026-04-26 08:45:52 +02:00
parent 89162a4be1
commit 5f184e5099
+2 -2
View File
@@ -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