{
  "id": "spotifyVolumeDial",
  "items": [
    {
      "key": "volumeIcon",
      "type": "pixmap",
      "rect": [2, 10, 60, 60]
    },
    {
      "key": "volumeLabel",
      "type": "text",
      "rect": [68, 6, 128, 22],
      "font": { "size": 13, "weight": 600 },
      "alignment": "left"
    },
    {
      "key": "volumeValue",
      "type": "text",
      "rect": [68, 30, 128, 30],
      "font": { "size": 24, "weight": 700 },
      "alignment": "center"
    },
    {
      "key": "volumeBar",
      "type": "bar",
      "rect": [68, 68, 128, 12],
      "value": 0,
      "subtype": 4,
      "border_w": 0
    }
  ]
}
