reno/themes/reno98/config/root_menu.json

32 lines
866 B
JSON
Raw Normal View History

2022-08-25 15:27:31 +00:00
{
"list": [
{"widget": "widgets.base.popuptitle",
"options":{
2023-01-19 13:48:25 +00:00
"icon":"icons/reno98.png",
"title":"Reno 98"
2023-01-19 13:42:20 +00:00
},
"vertical":true
2022-08-25 15:27:31 +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-08-25 15:27:31 +00:00
],
2023-01-19 13:42:20 +00:00
"vertical": false
2022-08-25 15:27:31 +00:00
}