add cache and rename some files

This commit is contained in:
2026-01-15 15:41:19 +01:00
parent 7879f15726
commit b64815d9ab
4753 changed files with 931902 additions and 1 deletions

View File

@@ -0,0 +1,52 @@
{
"id": "com.ntanis.essentials-for-spotify.layouts.playback-control",
"items": [
{
"key": "title",
"type": "text",
"rect": [16, 10, 152, 24],
"font": {
"size": 16,
"weight": 600
},
"value": "Playback Control",
"alignment": "left"
},
{
"key": "icon",
"type": "pixmap",
"rect": [16, 40, 48, 48],
"opacity": 0.3,
"value": "images/icons/playback-control.png"
},
{
"key": "text",
"type": "text",
"value": "??:?? / ??:??",
"rect": [76, 40, 108, 32],
"font": {
"size": 16,
"weight": 600
},
"alignment": "right",
"opacity": 0.3
},
{
"key": "indicator",
"type": "bar",
"rect": [76, 74, 108, 12],
"value": 0,
"subtype": 4,
"border_w": 0,
"opacity": 0.3
}
]
}