fix nerdfont rofi finder

This commit is contained in:
azpsen
2024-01-29 13:44:31 -06:00
parent c657bf51f7
commit 150e55fb99
2 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Run Rofi with the nerd-font-cheat script as the source for the modi
rofi -modi "nerdfont:~/.config/rofi/scripts/nerd-fonts.sh,emoji" -show nerdfont -emoji-mode copy -monitor -1
# Copy the selected icon to the clipboard
# echo "$selected_icon" | xclip -selection clipboard