#Interested in how the menus work

9 messages · Page 1 of 1 (latest)

safe stump
#

I've been digging into the Omarchy binaries and how they all end up working with the walker launcher, but can someone give me a quick rundown of how these menus are rendered and styled?

tranquil temple
safe stump
#

thanks! what do you mean with generating menu entries? i see it does something with —app-id= which i don’t understand

tranquil temple
#

the scripts creates the list of items that will appear in the menu

#

since walker has dmenu support

#

the tag you mentioned likely tells which app or command to run

high monolith
#

make omarchy theme

safe stump
#

APP_ID="org.omarchy.$(basename "$1")" what is this about?

#

why all the APP_ID