reno/themes/reno98/config/wibar_top.json

31 lines
788 B
JSON
Raw Normal View History

2022-08-21 12:28:28 +00:00
{
"align": {
"left": [
2022-08-31 12:20:58 +00:00
{ "widget": "widgets.soundclown" }
2022-08-21 12:28:28 +00:00
],
"center": [
],
"right": [
2022-08-30 07:00:35 +00:00
{ "widget": "widgets.notifications",
"screen": true
},
{ "widget": "widgets.wallpapers",
2022-08-31 12:20:58 +00:00
"screen": true,
"options": {
"path": "$HOME/Pictures/Wallpapers"
}
2022-08-30 07:00:35 +00:00
},
2022-08-21 12:28:28 +00:00
{ "widget": "widgets.base.subpanel",
"layout": {
"list": [
2022-08-30 07:00:35 +00:00
{ "widget": "widgets.battery" },
2022-08-25 15:27:31 +00:00
{ "widget": "widgets.base.systray" },
2022-08-21 12:28:28 +00:00
{ "widget": "widgets.base.clock" }
]
}
}
]
}
}