Rofi-pass + Gruvboxing dunst

This commit is contained in:
agryphus 2023-09-29 13:45:24 -04:00
parent b98ce61042
commit 3fdd8103f2
4 changed files with 110 additions and 4 deletions

4
.local/bin/overrides/rofi-pass Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/sh
PINENTRY_USER_DATA=rofi /usr/bin/rofi-pass

View file

@ -7,6 +7,9 @@ case "$PINENTRY_USER_DATA" in
dmenu)
exec /usr/bin/pinentry-dmenu "$@"
;;
rofi)
exec /usr/bin/pinentry-rofi "$@"
;;
*)
exec /usr/bin/pinentry-curses "$@"
;;