reno/themes/serenity/config/root_menu.json

30 lines
784 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
},
{"widget": "widgets.rootmenu.controls"},
{"widget": "widgets.xdgmenu",
"options": {
"exclude_category": [
"Other"
]
}
},
{"widget": "widgets.rootmenu.buttons"}
],
"vertical": true
}
],
"vertical": false
}