feat: improved dms config

This commit is contained in:
2026-07-07 18:31:26 +02:00
parent 4c14251eee
commit 3bec7f4d9e
+18 -9
View File
@@ -9,7 +9,7 @@
"popupTransparency": 1, "popupTransparency": 1,
"dockTransparency": 1, "dockTransparency": 1,
"widgetBackgroundColor": "sch", "widgetBackgroundColor": "sch",
"widgetColorMode": "default", "widgetColorMode": "colorful",
"controlCenterTileColorMode": "primary", "controlCenterTileColorMode": "primary",
"buttonColorMode": "primary", "buttonColorMode": "primary",
"cornerRadius": 12, "cornerRadius": 12,
@@ -58,9 +58,9 @@
"selectedGpuIndex": 0, "selectedGpuIndex": 0,
"enabledGpuPciIds": [], "enabledGpuPciIds": [],
"showSystemTray": true, "showSystemTray": true,
"systemTrayIconTintMode": "none", "systemTrayIconTintMode": "primary",
"systemTrayIconTintSaturation": 50, "systemTrayIconTintSaturation": 0,
"systemTrayIconTintStrength": 135, "systemTrayIconTintStrength": 100,
"showClock": true, "showClock": true,
"showNotificationButton": true, "showNotificationButton": true,
"showBattery": true, "showBattery": true,
@@ -262,7 +262,11 @@
"fadeToDpmsGracePeriod": 5, "fadeToDpmsGracePeriod": 5,
"launchPrefix": "", "launchPrefix": "",
"brightnessDevicePins": {}, "brightnessDevicePins": {},
"wifiNetworkPins": {}, "wifiNetworkPins": {
"preferredWifi": [
"mchp"
]
},
"bluetoothDevicePins": { "bluetoothDevicePins": {
"preferredDevice": [ "preferredDevice": [
"ED:A8:60:08:93:6C" "ED:A8:60:08:93:6C"
@@ -283,7 +287,7 @@
"matugenTemplateNiri": false, "matugenTemplateNiri": false,
"matugenTemplateHyprland": false, "matugenTemplateHyprland": false,
"matugenTemplateMangowc": false, "matugenTemplateMangowc": false,
"matugenTemplateQt5ct": false, "matugenTemplateQt5ct": true,
"matugenTemplateQt6ct": true, "matugenTemplateQt6ct": true,
"matugenTemplateFirefox": false, "matugenTemplateFirefox": false,
"matugenTemplatePywalfox": false, "matugenTemplatePywalfox": false,
@@ -439,10 +443,15 @@
} }
], ],
"centerWidgets": [ "centerWidgets": [
"music", {
"id": "music",
"enabled": true,
"mediaSize": 1
},
{ {
"id": "focusedWindow", "id": "focusedWindow",
"enabled": true "enabled": true,
"focusedWindowCompactMode": false
} }
], ],
"rightWidgets": [ "rightWidgets": [
@@ -476,7 +485,7 @@
"spacing": 4, "spacing": 4,
"innerPadding": 5, "innerPadding": 5,
"bottomGap": 0, "bottomGap": 0,
"transparency": 1, "transparency": 0.7,
"widgetTransparency": 1, "widgetTransparency": 1,
"squareCorners": false, "squareCorners": false,
"noBackground": false, "noBackground": false,