quickshell-web/modules/Quickshell/Edges.json

24 lines
419 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"name": "Edges",
"module": "Quickshell",
"type": "enum",
"description": "Top Left Right Bottom flags.",
"details": "Edge flags can be combined with the `|` operator.\n",
"variants": {
"Top": {
"details": null
},
"Left": {
"details": null
},
"None": {
"details": null
},
"Bottom": {
"details": null
},
"Right": {
"details": null
}
}
}