feat(hyprlock): use $PROMPT for placeholder_text

This commit is contained in:
matt1432 2024-04-15 11:43:58 -04:00
parent dd7b67e811
commit 45119487c3
2 changed files with 8 additions and 1 deletions
devices/wim/modules

View file

@ -34,6 +34,8 @@ in {
sudo.text = mkDefault (mkBefore grosshackConf);
login.text = mkDefault (mkBefore grosshackConf);
polkit-1.text = mkDefault (mkBefore grosshackConf);
# FIXME: sometimes can't use password
hyprlock.text = mkDefault (mkBefore grosshackConf);
};
}