init
This commit is contained in:
3
rofi/scripts/emoji/emoji
Executable file
3
rofi/scripts/emoji/emoji
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rofi -modi emoji -show emoji -emoji-mode copy -theme ~/.config/rofi/scripts/emoji/style.rasi -emoji-format '{emoji} <span weight="bold">{name}</span> [<span size="small">({group})</span>]'
|
||||
10
rofi/scripts/emoji/style.rasi
Normal file
10
rofi/scripts/emoji/style.rasi
Normal file
@@ -0,0 +1,10 @@
|
||||
// Config
|
||||
configuration {
|
||||
modi: "emoji";
|
||||
show: "emoji";
|
||||
emoji-mode: "copy";
|
||||
display-emoji: "Emojis";
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/style.rasi"
|
||||
Reference in New Issue
Block a user