7 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			265 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/usr/bin/fish | ||
|  | grep -v "#" ~/.config/emoji.txt | rofi -dmenu -i | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard | ||
|  | 
 | ||
|  | set emoji (xclip -o -selection clipboard | tr -d '\n') | ||
|  | set -a emoji "copied to clipboard" | ||
|  | pgrep -x dunst >/dev/null && notify-send $emoji |