4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
|
|
items="$(rbw list)"
|
|
echo "$items" | wofi --show dmenu | xargs -I_ rbw get _ | wl-copy
|