Initial commit
This commit is contained in:
6
rofi/kaomoji.sh
Executable file
6
rofi/kaomoji.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
current_wid=$(xdo id)
|
||||
selection=$(rofi -i -dmenu -theme-str 'listview{columns: 6; lines: 11;}' -theme-str 'window {fullscreen: true;}' $@ < $(dirname $0)/kaomoji.txt)
|
||||
kaomoji=$(echo $selection | sed "s|$(echo -e "\ufeff").*||")
|
||||
echo -n "$kaomoji" | xclip -selection clipboard
|
||||
Reference in New Issue
Block a user