|
11900 | 11900 | "title": "WindowStyleConfig", |
11901 | 11901 | "type": "object" |
11902 | 11902 | }, |
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 | | - }, |
11989 | 11903 | "WindowsUpdateConfig": { |
11990 | 11904 | "additionalProperties": false, |
11991 | 11905 | "properties": { |
|
13554 | 13468 | { |
13555 | 13469 | "$ref": "#/$defs/WifiEntry" |
13556 | 13470 | }, |
13557 | | - { |
13558 | | - "$ref": "#/$defs/WindowsDesktopsEntry" |
13559 | | - }, |
13560 | 13471 | { |
13561 | 13472 | "$ref": "#/$defs/WindowControlsEntry" |
13562 | 13473 | } |
|
0 commit comments