|
652 | 652 | "const": "datetime", |
653 | 653 | "description": "Print current date and time" |
654 | 654 | }, |
655 | | - { |
656 | | - "const": "de", |
657 | | - "description": "Print desktop environment name" |
658 | | - }, |
659 | 655 | { |
660 | 656 | "const": "font", |
661 | 657 | "description": "Print system font name" |
|
760 | 756 | "const": "wallpaper", |
761 | 757 | "description": "Print image file path of current wallpaper" |
762 | 758 | }, |
763 | | - { |
764 | | - "const": "wm", |
765 | | - "description": "Print window manager name and version" |
766 | | - }, |
767 | 759 | { |
768 | 760 | "const": "wifi", |
769 | 761 | "description": "Print connected Wi-Fi info (SSID, connection and security protocol)" |
|
879 | 871 | "description": "Set if WMI query should be used on Windows, which detects more information but slower", |
880 | 872 | "type": "boolean", |
881 | 873 | "default": false |
| 874 | + }, |
| 875 | + "key": { |
| 876 | + "$ref": "#/$defs/key" |
| 877 | + }, |
| 878 | + "keyColor": { |
| 879 | + "$ref": "#/$defs/keyColor" |
| 880 | + }, |
| 881 | + "keyWidth": { |
| 882 | + "$ref": "#/$defs/keyWidth" |
| 883 | + }, |
| 884 | + "format": { |
| 885 | + "$ref": "#/$defs/format" |
882 | 886 | } |
883 | 887 | } |
884 | 888 | }, |
|
1133 | 1137 | }, |
1134 | 1138 | "additionalProperties": false |
1135 | 1139 | }, |
| 1140 | + { |
| 1141 | + "title": "DE", |
| 1142 | + "properties": { |
| 1143 | + "type": { |
| 1144 | + "const": "de", |
| 1145 | + "description": "Print desktop environment name" |
| 1146 | + }, |
| 1147 | + "slowVersionDetection": { |
| 1148 | + "type": "boolean", |
| 1149 | + "description": "Set if DE version should be detected with slow operations.\nShould be unnecessary for most cases.", |
| 1150 | + "default": "false" |
| 1151 | + }, |
| 1152 | + "key": { |
| 1153 | + "$ref": "#/$defs/key" |
| 1154 | + }, |
| 1155 | + "keyColor": { |
| 1156 | + "$ref": "#/$defs/keyColor" |
| 1157 | + }, |
| 1158 | + "keyWidth": { |
| 1159 | + "$ref": "#/$defs/keyWidth" |
| 1160 | + }, |
| 1161 | + "format": { |
| 1162 | + "$ref": "#/$defs/format" |
| 1163 | + } |
| 1164 | + } |
| 1165 | + }, |
1136 | 1166 | { |
1137 | 1167 | "title": "GPU", |
1138 | 1168 | "properties": { |
|
1309 | 1339 | "description": "Set if winget package count should be detected.\nNote this is very slow operation. Please make sure `winget list` works before enable this option\nWindows only", |
1310 | 1340 | "type": "boolean", |
1311 | 1341 | "default": false |
| 1342 | + }, |
| 1343 | + "key": { |
| 1344 | + "$ref": "#/$defs/key" |
| 1345 | + }, |
| 1346 | + "keyColor": { |
| 1347 | + "$ref": "#/$defs/keyColor" |
| 1348 | + }, |
| 1349 | + "keyWidth": { |
| 1350 | + "$ref": "#/$defs/keyWidth" |
| 1351 | + }, |
| 1352 | + "format": { |
| 1353 | + "$ref": "#/$defs/format" |
1312 | 1354 | } |
1313 | 1355 | } |
1314 | 1356 | }, |
|
1474 | 1516 | } |
1475 | 1517 | }, |
1476 | 1518 | "additionalProperties": false |
| 1519 | + }, |
| 1520 | + { |
| 1521 | + "title": "WM", |
| 1522 | + "properties": { |
| 1523 | + "type": { |
| 1524 | + "const": "wm", |
| 1525 | + "description": "Print window manager name and version" |
| 1526 | + }, |
| 1527 | + "detectPlugin": { |
| 1528 | + "title": "Set if window manager plugin should be detected on supported platforms", |
| 1529 | + "type": "boolean", |
| 1530 | + "default": false |
| 1531 | + }, |
| 1532 | + "key": { |
| 1533 | + "$ref": "#/$defs/key" |
| 1534 | + }, |
| 1535 | + "keyColor": { |
| 1536 | + "$ref": "#/$defs/keyColor" |
| 1537 | + }, |
| 1538 | + "keyWidth": { |
| 1539 | + "$ref": "#/$defs/keyWidth" |
| 1540 | + }, |
| 1541 | + "format": { |
| 1542 | + "$ref": "#/$defs/format" |
| 1543 | + } |
| 1544 | + } |
1477 | 1545 | } |
1478 | 1546 | ] |
1479 | 1547 | } |
|
0 commit comments