{
  "id": "spotifyPlayPause",
  "items": [
    {
      "key": "albumArt",
      "type": "pixmap",
      "rect": [2, 2, 80, 80]
    },
    {
      "key": "songTitle",
      "type": "text",
      "rect": [88, 6, 108, 22],
      "font": { "size": 13, "weight": 600 },
      "alignment": "left",
      "text-overflow": "fade"
    },
    {
      "key": "artist",
      "type": "text",
      "rect": [88, 30, 108, 18],
      "font": { "size": 11, "weight": 400 },
      "alignment": "left"
    },
    {
      "key": "time",
      "type": "text",
      "rect": [88, 50, 108, 22],
      "font": { "size": 14, "weight": 600 },
      "alignment": "center"
    },
    {
      "key": "indicator",
      "type": "bar",
      "rect": [88, 76, 108, 12],
      "value": 0,
      "subtype": 4,
      "border_w": 0
    }
  ]
}
