mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
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>
34 lines
No EOL
589 B
Text
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" }]
|
|
} |