nixos-config/modules/home/sway-launcher-providers/rbw-list.fish

6 lines
75 B
Fish
Raw Normal View History

2025-04-06 16:18:55 -04:00
#!/usr/bin/env fish
for p in (rbw list)
echo $p\034rbw\034󰢁 $p
end