1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/dmenu/.local/bin/pass-dmenu

5 lines
192 B
Plaintext
Raw Normal View History

2020-02-18 01:32:08 +00:00
#!/usr/bin/env fish
. ~/.cache/wal/colors.fish
2020-07-24 10:24:25 +00:00
PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR passmenu -p Password: -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15" -fn "FuraCode Nerd Font"