Just emojis
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# omarchy:summary=Launch the emoji picker
|
||||
# omarchy:summary=Launch emojis
|
||||
# omarchy:group=menu
|
||||
# omarchy:examples=omarchy menu emoji
|
||||
|
||||
omarchy-shell shell toggle omarchy.emoji-picker "{}"
|
||||
omarchy-shell shell toggle omarchy.emojis
|
||||
|
||||
@@ -461,7 +461,7 @@ prioritize_entries() {
|
||||
if (match(line, /Audio controls/)) prio = 18
|
||||
if (match(line, /Bluetooth controls/)) prio = 19
|
||||
if (match(line, /Wifi controls/)) prio = 20
|
||||
if (match(line, /Emoji picker/)) prio = 21
|
||||
if (match(line, /Emojis/)) prio = 21
|
||||
if (match(line, /Color picker/)) prio = 22
|
||||
if (match(line, /Screenshot/)) prio = 23
|
||||
if (match(line, /Screenrecording/)) prio = 24
|
||||
|
||||
Reference in New Issue
Block a user