mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge branch 'main' into feat/diskdetails
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user