Another example code for an ultrawide monitor #115
linuxisfreedom
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've written another example code with 9 layouts for this outstanding program. It works perfectly. Copy, paste & reload.
[
{
"name": "Einzigartig",
"zones": [
{ "x": 25, "y": 0, "width": 50, "height": 100 }
]
},
{
"name": "Zweierlei",
"zones": [
{ "x": 14, "y": 0, "width": 36, "height": 100 },
{ "x": 50, "y": 0, "width": 36, "height": 100 }
]
},
{
"name": "Dreiling",
"zones": [
{ "x": 0, "y": 0, "width": 25, "height": 100 },
{ "x": 25, "y": 0, "width": 50, "height": 100 },
{ "x": 75, "y": 0, "width": 25, "height": 100 }
]
},
{
"name": "Quartett",
"zones": [
{ "x": 0, "y": 0, "width": 50, "height": 50 },
{ "x": 0, "y": 50, "width": 50, "height": 50 },
{ "x": 50, "y": 0, "width": 50, "height": 50 },
{ "x": 50, "y": 50, "width": 50, "height": 50 }
]
},
{
"name": "Quintus",
"zones": [
{ "x": 0, "y": 0, "width": 20, "height": 100 },
{ "x": 20, "y": 0, "width": 20, "height": 100 },
{ "x": 40, "y": 0, "width": 20, "height": 100 },
{ "x": 60, "y": 0, "width": 20, "height": 100 },
{ "x": 80, "y": 0, "width": 20, "height": 100 }
]
},
{
"name": "Sechszylinder",
"zones": [
{ "x": 0, "y": 0, "width": 33.33, "height": 50 },
{ "x": 33.33, "y": 0, "width": 33.33, "height": 50 },
{ "x": 66.66, "y": 0, "width": 33.33, "height": 50 },
{ "x": 0, "y": 50, "width": 33.33, "height": 50 },
{ "x": 33.33, "y": 50, "width": 33.33, "height": 50 },
{ "x": 66.66, "y": 50, "width": 33.33, "height": 50 }
]
},
{
"name": "Siebenstein",
"zones": [
{ "x": 0, "y": 0, "width": 25, "height": 33.33 },
{ "x": 0, "y": 33.33, "width": 25, "height": 33.33 },
{ "x": 0, "y": 66.66, "width": 25, "height": 33.34 },
{ "x": 25, "y": 0, "width": 50, "height": 100 },
{ "x": 75, "y": 0, "width": 25, "height": 33.33 },
{ "x": 75, "y": 33.33, "width": 25, "height": 33.33 },
{ "x": 75, "y": 66.66, "width": 25, "height": 33.34 }
]
},
{
"name": "Achtbar",
"zones": [
{ "x": 0, "y": 0, "width": 25, "height": 50 },
{ "x": 25, "y": 0, "width": 25, "height": 50 },
{ "x": 50, "y": 0, "width": 25, "height": 50 },
{ "x": 75, "y": 0, "width": 25, "height": 50 },
{ "x": 0, "y": 50, "width": 25, "height": 50 },
{ "x": 25, "y": 50, "width": 25, "height": 50 },
{ "x": 50, "y": 50, "width": 25, "height": 50 },
{ "x": 75, "y": 50, "width": 25, "height": 50 }
]
},
{
"name": "Neunmalklug",
"zones": [
{ "x": 0, "y": 0, "width": 16.5, "height": 33 },
{ "x": 0, "y": 33, "width": 16.5, "height": 33 },
{ "x": 0, "y": 66, "width": 16.5, "height": 34 },
{ "x": 16.5, "y": 0, "width": 17, "height": 100 },
{ "x": 33.5, "y": 0, "width": 33, "height": 100 },
{ "x": 66.5, "y": 0, "width": 17, "height": 100 },
{ "x": 83.5, "y": 0, "width": 16.5, "height": 33 },
{ "x": 83.5, "y": 33, "width": 16.5, "height": 33 },
{ "x": 83.5, "y": 66, "width": 16.5, "height": 34 }
]
}
]
Beta Was this translation helpful? Give feedback.
All reactions