Add rofi
This commit is contained in:
parent
b8de2e70f8
commit
d1bbbcbb15
16 changed files with 1538 additions and 3 deletions
11
rofi/clipboard/launcher.sh
Executable file
11
rofi/clipboard/launcher.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue