add cache and rename some files
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"id": "com.ntanis.essentials-for-spotify.layouts.items",
|
||||
|
||||
"items": [
|
||||
{
|
||||
"key": "title",
|
||||
"type": "text",
|
||||
"rect": [16, 10, 136, 24],
|
||||
|
||||
"font": {
|
||||
"size": 16,
|
||||
"weight": 600
|
||||
},
|
||||
|
||||
"value": "Songs",
|
||||
"alignment": "left"
|
||||
},
|
||||
|
||||
{
|
||||
"key": "extra",
|
||||
"type": "text",
|
||||
"rect": [152, 10, 38, 24],
|
||||
"opacity": 0.3,
|
||||
|
||||
"font": {
|
||||
"size": 16,
|
||||
"weight": 600
|
||||
},
|
||||
|
||||
"value": "?",
|
||||
"alignment": "right"
|
||||
},
|
||||
|
||||
{
|
||||
"key": "icon",
|
||||
"type": "pixmap",
|
||||
"rect": [16, 40, 48, 48],
|
||||
"opacity": 0.3,
|
||||
"value": "images/icons/items.png"
|
||||
},
|
||||
|
||||
{
|
||||
"key": "name",
|
||||
"type": "text",
|
||||
"value": "?????",
|
||||
"rect": [72, 36, 112, 24],
|
||||
|
||||
"font": {
|
||||
"size": 16,
|
||||
"weight": 600
|
||||
},
|
||||
|
||||
"alignment": "right",
|
||||
"opacity": 0.3
|
||||
},
|
||||
|
||||
{
|
||||
"key": "count",
|
||||
"type": "text",
|
||||
"value": "???? / ????",
|
||||
"rect": [72, 64, 112, 24],
|
||||
|
||||
"font": {
|
||||
"size": 16,
|
||||
"weight": 600
|
||||
},
|
||||
|
||||
"alignment": "right",
|
||||
"opacity": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user