reno/themes/unity/config/root_menu.json

24 lines
560 B
JSON
Raw Normal View History

2022-09-08 10:56:04 +00:00
{
"list": [
{"widget": "widgets.base.popuptitle",
"options":{
"icon":"icons/reno98.png",
"title":"Reno 98"
}
},
{"widget": "widgets.base.tagswitcher",
"screen":true
},
{"widget": "widgets.rootcontrols"},
{"widget": "widgets.xdgmenu",
"options": {
"exclude_category": [
"Other"
]
}
},
{"widget": "widgets.rootbuttons"}
],
"vertical": true
}