Just emojis

This commit is contained in:
David Heinemeier Hansson
2026-05-20 14:12:06 +02:00
parent b7c0e10288
commit ed3320cb8d
12 changed files with 30 additions and 28 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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