1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00
ironbar/test-configs/menu.corn

34 lines
589 B
Text
Raw Permalink Normal View History

{
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" }]
}