reno/themes/serenity/config/root_menu.json

32 lines
862 B
JSON
Raw Normal View History

2023-01-27 22:09:24 +00:00
{
"list": [
{"widget": "widgets.base.popuptitle",
"options":{
"icon":"icons/reno98.png",
"title":"Serenity"
},
"vertical":true
},
{
"list": [
{"widget": "widgets.base.tagswitcher",
"screen":true
},
2023-03-05 12:53:37 +00:00
{"multimenu":[
{"widget": "widgets.rootmenu.controls"},
{"widget": "widgets.xdgmenu",
2023-01-27 22:09:24 +00:00
"options": {
2023-03-05 12:53:37 +00:00
"exclude_category": [
"Other"
]
}
2023-01-27 22:09:24 +00:00
}
2023-03-05 12:53:37 +00:00
]},
2023-01-27 22:09:24 +00:00
{"widget": "widgets.rootmenu.buttons"}
],
"vertical": true
}
],
"vertical": false
}