This commit is contained in:
ayushDumasia 2024-10-21 22:35:37 +05:30
parent b8de2e70f8
commit d1bbbcbb15
16 changed files with 1538 additions and 3 deletions

11
rofi/clipboard/launcher.sh Executable file
View 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