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