1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 14:21:03 +02:00
ironbar/test-configs/menu.corn
Claire Neveu 96e10fe139
feat: add menu module
Adds a new Menu module which allows users to create XDG or custom menus that open after clicking on a button.

Resolves #534

Co-authored-by: Jake Stanger <mail@jstanger.dev>
2025-05-26 16:23:49 +01:00

34 lines
No EOL
589 B
Text

{
icon_theme = "Paper"
position = "bottom"
start = [
{
type = "menu"
label = null
label_icon = "archlinux"
label_icon_size = 36
height = 500
width = 440
start = [
{
type = "custom"
label = "Terminal"
icon = "kitty"
on_click = "kitty"
}
]
end = [
{
type = "custom"
label = "Logout"
icon = "logout"
on_click = "wlogout"
}
]
}
{ type = "launcher" }
]
end = [ { type = "clock" }]
}