Rofi-pass + Gruvboxing dunst
This commit is contained in:
parent
b98ce61042
commit
3fdd8103f2
4 changed files with 110 additions and 4 deletions
4
.local/bin/overrides/rofi-pass
Executable file
4
.local/bin/overrides/rofi-pass
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
PINENTRY_USER_DATA=rofi /usr/bin/rofi-pass
|
||||
|
||||
|
|
@ -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 "$@"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue