rbw launcher

This commit is contained in:
Matt Nish-Lapidus 2025-04-06 16:18:55 -04:00
parent d7d49a027c
commit 4b2f0434b2
10 changed files with 62 additions and 35 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env fish
for p in (rbw list)
echo $p\034rbw\034󰢁 $p
end

View file

@ -0,0 +1,5 @@
[rbw]
list_cmd=fish /home/emenel/.config/sway-launcher-desktop/providers/rbw-list.fish
preview_cmd=echo -e '󰢁 {1}'
launch_cmd=fish -c "wl-copy (rbw get {1})"
purge_cmd=command -v '{1}' || exit 43

View file

@ -0,0 +1,2 @@
#!/usr/bin/env fish
PROVIDERS_FILE=providers/rbw.conf sway-launcher-desktop