reno/themes/unity_mate/config/root_menu.json

31 lines
825 B
JSON
Raw Normal View History

2023-01-19 13:42:20 +00:00
{
"list": [
{"widget": "widgets.base.popuptitle",
"options":{
"title":"Reno Unity"
},
"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",
"options": {
"exclude_category": [
"Other"
]
}
2023-01-19 13:42:20 +00:00
}
2023-03-05 12:53:37 +00:00
]},
2023-01-19 13:42:20 +00:00
{"widget": "widgets.rootmenu.buttons"}
],
"vertical": true
}
],
"vertical": false
}