-
|
Hello everyone, I recently decided to make a wallpaper switcher. The idea is that I want to add a submenu. I think I figured out how to do it in .toml, but I couldn't do it in Lua. Here's what I tried: table.insert(entries, {
Text = "uuctl",
Keywords = {"uuctl"},
Icon = "applications-system",
Submenu = "dmenu:uuctl"
})P.S. I don't speak English well. Sorry if I make any mistakes. |
Beta Was this translation helpful? Give feedback.
Answered by
abenz1267
Mar 8, 2026
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MRC019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SubMenunotSubmenu.