Update formatting.
This commit is contained in:
parent
41754e8ad1
commit
e1c508c53b
16 changed files with 287 additions and 278 deletions
|
@ -9,7 +9,7 @@ db=$(grep database ~/.config/dmenu-keepassxc/config | cut -d: -f 2)
|
|||
kf=$(grep keyfile ~/.config/dmenu-keepassxc/config | cut -d: -f 2)
|
||||
|
||||
if [ "$2" = copy ]; then
|
||||
$DMENU -P -p "Enter KeePassXC database password" | keepassxc-cli show -sa password -k $kf $db "$1" | xclip -sel c
|
||||
$DMENU -P -p "Enter KeePassXC database password" | keepassxc-cli show -sa password -k $kf $db "$1" | xclip -sel c && quick-notify "Dmenu-KeePassXC" "Password Copied"
|
||||
else
|
||||
$DMENU -P -p "Enter KeePassXC database password" | keepassxc-cli show -sa password -k $kf $db "$1"
|
||||
$DMENU -P -p "Enter KeePassXC database password" | keepassxc-cli show -sa password -k $kf $db "$1"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue