plymouth: don't use static prompt (#1138)
This commit is contained in:
parent
042db377bc
commit
38aff11a70
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue