{
  "gnTimerLayout": 1,
  "name": "Zen Minimal",
  "layout": {
    "v": 1,
    "screens": [
      {
        "root": {
          "col": [
            {
              "cell": {
                "text": "break",
                "size": 3.4,
                "color": "#525252"
              }
            },
            {
              "cell": {
                "text": "<clock>",
                "size": 18,
                "bold": true,
                "color": "#e5e5e5"
              }
            }
          ],
          "gap": "2vh",
          "justify": "center",
          "pad": "3vh 2vw"
        },
        "name": "Break",
        "when": "on_break",
        "bg": {
          "color": "#000000"
        }
      },
      {
        "root": {
          "col": [
            {
              "cell": {
                "text": "<clock>",
                "size": 22,
                "bold": true,
                "clockColors": true,
                "color": "#e5e5e5",
                "variants": [
                  {
                    "when": "paused",
                    "color": "#737373"
                  }
                ]
              }
            },
            {
              "cell": {
                "text": "<blinds.now>",
                "size": 7,
                "color": "#a3a3a3"
              }
            },
            {
              "cell": {
                "text": "<round.orBreak>  ·  <players.left> / <players.total>",
                "size": 2.4,
                "color": "#525252"
              }
            }
          ],
          "gap": "2.4vh",
          "justify": "center",
          "pad": "3vh 2vw"
        },
        "name": "Main",
        "bg": {
          "color": "#000000"
        }
      }
    ]
  }
}