From 6059d82374c4ea523f6715c338241c30c9b5d1be Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 15:33:56 +0900 Subject: RofiEmoji tweaked, new Rofi-Emoji Configs Tweaked rofi configs and used % instead of px --- config/hypr/scripts/RofiEmoji.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index cf6bec55..c92aec87 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -3,7 +3,7 @@ # Rofi Emoticons. Not my own. Cant remember the source sed '1,/^# # DATA # #$/d' $0 | -rofi -i -dmenu -config ~/.config/rofi/config-long.rasi| +rofi -i -dmenu -config ~/.config/rofi/config-emoji.rasi| cut -d ' ' -f 1 | tr -d '\n' | wl-copy exit -- cgit v1.2.3