mine-hyprdots/rofi/clipboard/launcher.sh

12 lines
269 B
Bash
Raw Normal View History

2024-10-21 22:35:37 +05:30
#!/usr/bin/env bash
## Directory and theme setup
dir="$HOME/.config/rofi/clipboard/"
theme='style'
echo ${dir}
## Clipboard Search with Rofi and custom theme
cliphist list | awk '{$1=""; print $0}' | rofi -dmenu -i -p "Search" -theme ${dir}/${theme}.rasi | wl-copy