From 38aff11a7097f4da6b95d4c4d2c0438f25a08d52 Mon Sep 17 00:00:00 2001 From: Johan Eklund Date: Tue, 15 Apr 2025 00:01:32 +0200 Subject: [PATCH] plymouth: don't use static prompt (#1138) --- modules/plymouth/theme-script.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plymouth/theme-script.nix b/modules/plymouth/theme-script.nix index de8af31e..54f4ca9f 100644 --- a/modules/plymouth/theme-script.nix +++ b/modules/plymouth/theme-script.nix @@ -78,7 +78,7 @@ builtins.toFile "stylix-plymouth-theme" '' fun password_callback (prompt_text, bullet_count) { ${lib.optionalString cfg.logoAnimated "deactivate_spinner();"} - prompt.image = Image.Text("Enter password", ${foregroundColor}); + prompt.image = Image.Text(prompt_text, ${foregroundColor}); prompt.sprite = Sprite(prompt.image); prompt.sprite.SetPosition( center_x - (prompt.image.GetWidth() / 2),