Merge branch 'main' into feat/diskdetails

This commit is contained in:
thmoee
2026-02-02 16:22:11 +01:00
144 changed files with 7914 additions and 2343 deletions
+17 -3
View File
@@ -16,7 +16,7 @@
"Battery": {
"displayMode": "onhover",
"warningThreshold": 30,
"deviceNativePath": "",
"deviceNativePath": "__default__",
"showPowerProfiles": false,
"showNoctaliaPerformance": false,
"hideIfNotDetected": true,
@@ -115,7 +115,8 @@
"NotificationHistory": {
"showUnreadBadge": true,
"hideWhenZero": false,
"hideWhenZeroUnread": false
"hideWhenZeroUnread": false,
"unreadBadgeColor": "primary"
},
"SessionMenu": {
"colorName": "error"
@@ -128,6 +129,7 @@
"usePrimaryColor": false,
"useMonospaceFont": true,
"showCpuUsage": true,
"showCpuFreq": false,
"showCpuTemp": true,
"showGpuTemp": false,
"showLoadAverage": false,
@@ -179,7 +181,12 @@
"unfocusedIconsOpacity": 1,
"groupedBorderOpacity": 1,
"enableScrollWheel": true,
"iconScale": 0.8
"iconScale": 0.8,
"focusedColor": "primary",
"occupiedColor": "secondary",
"emptyColor": "secondary",
"showBadge": true,
"reverseScroll": false
},
"Volume": {
"displayMode": "onhover",
@@ -216,6 +223,13 @@
},
"Weather": {
"showBackground": true
},
"SystemStat": {
"showBackground": true,
"statType": "CPU",
"diskPath": "/",
"roundedCorners": true,
"layout": "bottom"
}
}
}