reno/themes/unity/config/root_menu.json

31 lines
826 B
JSON
Raw Normal View History

2022-09-08 10:56:04 +00:00
{
"list": [
{"widget": "widgets.base.popuptitle",
"options":{
2022-09-08 18:13:17 +00:00
"title":"Reno Unity"
2023-01-19 13:42:20 +00:00
},
"vertical":true
2022-09-08 10:56:04 +00:00
},
2023-01-19 13:42:20 +00:00
{
"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
}
2022-09-08 10:56:04 +00:00
],
2023-01-19 13:42:20 +00:00
"vertical": false
2022-09-08 10:56:04 +00:00
}