feat: restore rofi instead of wofi

This commit is contained in:
2025-11-02 03:00:57 +01:00
parent 969c59279d
commit 68c3f4008a
8 changed files with 122 additions and 105 deletions

View File

@@ -1,3 +1,3 @@
{pkgs, ...}:
pkgs.writeShellScriptBin "askpass" ''
${pkgs.wofi}/bin/wofi -d -P -L 1 -p "$(printf $1 | sed s/://)"''
${pkgs.rofi}/bin/rofi -dmenu -password -no-fixed-num-lines -p $(printf \"$*\" | sed 's/://')''