big changes boi

This commit is contained in:
2025-08-16 11:35:38 -07:00
parent 4b9f500923
commit 6936354b97
15 changed files with 143 additions and 15 deletions

View File

@@ -1,8 +1,7 @@
#!/bin/sh
entry=$(gopass list --flat | bemenu -p Password: -l 25 -c -M 500 --fn 'Monospace 14' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00')
entry=$(gopass list --flat | ~/.config/rofi/launchers.d/rofi_launcher_pass.sh)
if [ -n "$entry" ]; then
gopass show -c "$entry" 2>/dev/null || notify-send "Gopass Error" "Failed to copy: $entry"
fi