Skip to content

Commit f24bd17

Browse files
committed
Merge branch 'main' of https://github.com/amnweb/yasb
2 parents df8e23d + 33aebac commit f24bd17

File tree

1 file changed

+0
-89
lines changed

1 file changed

+0
-89
lines changed

schema.json

Lines changed: 0 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -11900,92 +11900,6 @@
1190011900
"title": "WindowStyleConfig",
1190111901
"type": "object"
1190211902
},
11903-
"WindowsDesktopsConfig": {
11904-
"additionalProperties": false,
11905-
"properties": {
11906-
"label_workspace_btn": {
11907-
"default": "{index}",
11908-
"title": "Label Workspace Btn",
11909-
"type": "string"
11910-
},
11911-
"label_workspace_active_btn": {
11912-
"default": "{index}",
11913-
"title": "Label Workspace Active Btn",
11914-
"type": "string"
11915-
},
11916-
"switch_workspace_animation": {
11917-
"default": true,
11918-
"title": "Switch Workspace Animation",
11919-
"type": "boolean"
11920-
},
11921-
"animation": {
11922-
"default": false,
11923-
"title": "Animation",
11924-
"type": "boolean"
11925-
},
11926-
"btn_shadow": {
11927-
"$ref": "#/$defs/ShadowConfig",
11928-
"default": {
11929-
"enabled": false,
11930-
"color": "black",
11931-
"offset": [
11932-
1,
11933-
1
11934-
],
11935-
"radius": 3
11936-
}
11937-
},
11938-
"container_shadow": {
11939-
"$ref": "#/$defs/ShadowConfig",
11940-
"default": {
11941-
"enabled": false,
11942-
"color": "black",
11943-
"offset": [
11944-
1,
11945-
1
11946-
],
11947-
"radius": 3
11948-
}
11949-
},
11950-
"container_padding": {
11951-
"$ref": "#/$defs/PaddingConfig",
11952-
"default": {
11953-
"top": 0,
11954-
"left": 0,
11955-
"bottom": 0,
11956-
"right": 0
11957-
}
11958-
},
11959-
"keybindings": {
11960-
"default": [],
11961-
"items": {
11962-
"$ref": "#/$defs/KeybindingConfig"
11963-
},
11964-
"title": "Keybindings",
11965-
"type": "array"
11966-
}
11967-
},
11968-
"title": "WindowsDesktopsConfig",
11969-
"type": "object"
11970-
},
11971-
"WindowsDesktopsEntry": {
11972-
"properties": {
11973-
"type": {
11974-
"const": "yasb.windows_desktops.WorkspaceWidget",
11975-
"title": "Type",
11976-
"type": "string"
11977-
},
11978-
"options": {
11979-
"$ref": "#/$defs/WindowsDesktopsConfig"
11980-
}
11981-
},
11982-
"required": [
11983-
"type",
11984-
"options"
11985-
],
11986-
"title": "WindowsDesktopsEntry",
11987-
"type": "object"
11988-
},
1198911903
"WindowsUpdateConfig": {
1199011904
"additionalProperties": false,
1199111905
"properties": {
@@ -13554,9 +13468,6 @@
1355413468
{
1355513469
"$ref": "#/$defs/WifiEntry"
1355613470
},
13557-
{
13558-
"$ref": "#/$defs/WindowsDesktopsEntry"
13559-
},
1356013471
{
1356113472
"$ref": "#/$defs/WindowControlsEntry"
1356213473
}

0 commit comments

Comments
 (0)