reno/themes/unity/config/wibar_top.json

25 lines
611 B
JSON
Raw Normal View History

2022-09-08 10:56:04 +00:00
{
"align": {
"left": [
{ "widget": "widgets.soundclown" }
],
"center": [
],
"right": [
{ "widget": "widgets.notifications",
"screen": true
},
{ "widget": "widgets.wallpapers",
"screen": true,
"options": {
"path": "$HOME/Pictures/Wallpapers"
}
},
{ "widget": "widgets.battery" },
{ "widget": "widgets.base.systray" },
{ "widget": "widgets.base.clock" }
]
}
}