Created
August 10, 2020 20:51
-
-
Save pcomans/da452102000c0ce8dec92b4376fff8ec to your computer and use it in GitHub Desktop.
Golden Ratio Fancy Zones
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"devices": [ | |
{ | |
"device-id": "AOC2716#5&3a86d8e0&0&UID4352_3840_2160_{00000000-0000-0000-0000-000000000000}", | |
"active-zoneset": { | |
"uuid": "{AF8673B0-F115-4755-BAD3-867AE42F1EB6}", | |
"type": "custom" | |
}, | |
"editor-show-spacing": true, | |
"editor-spacing": 16, | |
"editor-zone-count": 3 | |
} | |
], | |
"custom-zone-sets": [ | |
{ | |
"uuid": "{AF8673B0-F115-4755-BAD3-867AE42F1EB6}", | |
"name": "Golden Ratio", | |
"type": "canvas", | |
"info": { | |
"ref-width": 340, | |
"ref-height": 210, | |
"zones": [ | |
{ | |
"X": 0, | |
"Y": 0, | |
"width": 210, | |
"height": 210 | |
}, | |
{ | |
"X": 210, | |
"Y": 0, | |
"width": 130, | |
"height": 130 | |
}, | |
{ | |
"X": 210, | |
"Y": 130, | |
"width": 130, | |
"height": 80 | |
} | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment