diff --git a/dms/settings.json b/dms/settings.json index b5aaa64..d185ff0 100644 --- a/dms/settings.json +++ b/dms/settings.json @@ -9,7 +9,7 @@ "popupTransparency": 1, "dockTransparency": 1, "widgetBackgroundColor": "sch", - "widgetColorMode": "default", + "widgetColorMode": "colorful", "controlCenterTileColorMode": "primary", "buttonColorMode": "primary", "cornerRadius": 12, @@ -58,9 +58,9 @@ "selectedGpuIndex": 0, "enabledGpuPciIds": [], "showSystemTray": true, - "systemTrayIconTintMode": "none", - "systemTrayIconTintSaturation": 50, - "systemTrayIconTintStrength": 135, + "systemTrayIconTintMode": "primary", + "systemTrayIconTintSaturation": 0, + "systemTrayIconTintStrength": 100, "showClock": true, "showNotificationButton": true, "showBattery": true, @@ -262,7 +262,11 @@ "fadeToDpmsGracePeriod": 5, "launchPrefix": "", "brightnessDevicePins": {}, - "wifiNetworkPins": {}, + "wifiNetworkPins": { + "preferredWifi": [ + "mchp" + ] + }, "bluetoothDevicePins": { "preferredDevice": [ "ED:A8:60:08:93:6C" @@ -283,7 +287,7 @@ "matugenTemplateNiri": false, "matugenTemplateHyprland": false, "matugenTemplateMangowc": false, - "matugenTemplateQt5ct": false, + "matugenTemplateQt5ct": true, "matugenTemplateQt6ct": true, "matugenTemplateFirefox": false, "matugenTemplatePywalfox": false, @@ -439,10 +443,15 @@ } ], "centerWidgets": [ - "music", + { + "id": "music", + "enabled": true, + "mediaSize": 1 + }, { "id": "focusedWindow", - "enabled": true + "enabled": true, + "focusedWindowCompactMode": false } ], "rightWidgets": [ @@ -476,7 +485,7 @@ "spacing": 4, "innerPadding": 5, "bottomGap": 0, - "transparency": 1, + "transparency": 0.7, "widgetTransparency": 1, "squareCorners": false, "noBackground": false,