noctalia update

This commit is contained in:
2026-02-07 12:35:37 +01:00
parent e9966913b5
commit a8f51e4d6a

View File

@@ -38,6 +38,7 @@
"autoShowDelay": 150, "autoShowDelay": 150,
"backgroundOpacity": 0, "backgroundOpacity": 0,
"barType": "simple", "barType": "simple",
"capsuleColorKey": "none",
"capsuleOpacity": 1, "capsuleOpacity": 1,
"density": "default", "density": "default",
"displayMode": "always_visible", "displayMode": "always_visible",
@@ -63,20 +64,22 @@
{ {
"compactMode": false, "compactMode": false,
"diskPath": "/", "diskPath": "/",
"iconColor": "none",
"id": "SystemMonitor", "id": "SystemMonitor",
"showCpuFreq": false, "showCpuFreq": false,
"showCpuTemp": true, "showCpuTemp": true,
"showCpuUsage": true, "showCpuUsage": true,
"showDiskAsFree": false, "showDiskAvailable": false,
"showDiskUsage": false, "showDiskUsage": false,
"showDiskUsageAsPercent": false,
"showGpuTemp": false, "showGpuTemp": false,
"showLoadAverage": false, "showLoadAverage": false,
"showMemoryAsPercent": false, "showMemoryAsPercent": false,
"showMemoryUsage": true, "showMemoryUsage": true,
"showNetworkStats": true, "showNetworkStats": true,
"showSwapUsage": false, "showSwapUsage": false,
"useMonospaceFont": true, "textColor": "none",
"usePrimaryColor": true "useMonospaceFont": true
}, },
{ {
"compactMode": false, "compactMode": false,
@@ -93,6 +96,7 @@
"showArtistFirst": true, "showArtistFirst": true,
"showProgressRing": true, "showProgressRing": true,
"showVisualizer": false, "showVisualizer": false,
"textColor": "none",
"useFixedWidth": false, "useFixedWidth": false,
"visualizerType": "linear" "visualizerType": "linear"
} }
@@ -106,6 +110,7 @@
{ {
"hideWhenZero": true, "hideWhenZero": true,
"hideWhenZeroUnread": false, "hideWhenZeroUnread": false,
"iconColor": "none",
"id": "NotificationHistory", "id": "NotificationHistory",
"showUnreadBadge": true, "showUnreadBadge": true,
"unreadBadgeColor": "primary" "unreadBadgeColor": "primary"
@@ -117,34 +122,41 @@
"hideIfNotDetected": true, "hideIfNotDetected": true,
"id": "Battery", "id": "Battery",
"showNoctaliaPerformance": false, "showNoctaliaPerformance": false,
"showPowerProfiles": false, "showPowerProfiles": false
"warningThreshold": 30
}, },
{ {
"displayMode": "onhover", "displayMode": "onhover",
"id": "Network" "iconColor": "none",
"id": "Network",
"textColor": "none"
}, },
{ {
"displayMode": "onhover", "displayMode": "onhover",
"id": "Bluetooth" "iconColor": "none",
"id": "Bluetooth",
"textColor": "none"
}, },
{ {
"displayMode": "onhover", "displayMode": "onhover",
"iconColor": "none",
"id": "Volume", "id": "Volume",
"middleClickCommand": "pwvucontrol || pavucontrol" "middleClickCommand": "pwvucontrol || pavucontrol",
"textColor": "none"
}, },
{ {
"displayMode": "onhover", "displayMode": "onhover",
"id": "Brightness" "iconColor": "none",
"id": "Brightness",
"textColor": "none"
}, },
{ {
"clockColor": "none",
"customFont": "", "customFont": "",
"formatHorizontal": "HH:mm:ss", "formatHorizontal": "HH:mm:ss",
"formatVertical": "HH mm - dd MM", "formatVertical": "HH mm - dd MM",
"id": "Clock", "id": "Clock",
"tooltipFormat": "HH:mm ddd, MMM dd", "tooltipFormat": "HH:mm ddd, MMM dd",
"useCustomFont": false, "useCustomFont": false
"usePrimaryColor": true
}, },
{ {
"colorizeDistroLogo": false, "colorizeDistroLogo": false,
@@ -278,6 +290,8 @@
"autoStartAuth": false, "autoStartAuth": false,
"avatarImage": "/home/lusia/Downloads/lusia.jpg", "avatarImage": "/home/lusia/Downloads/lusia.jpg",
"boxRadiusRatio": 1, "boxRadiusRatio": 1,
"clockFormat": "hh\\nmm",
"clockStyle": "custom",
"compactLockScreen": true, "compactLockScreen": true,
"dimmerOpacity": 0.6, "dimmerOpacity": 0.6,
"enableLockScreenCountdown": true, "enableLockScreenCountdown": true,
@@ -344,6 +358,7 @@
"notifications": { "notifications": {
"backgroundOpacity": 1, "backgroundOpacity": 1,
"criticalUrgencyDuration": 15, "criticalUrgencyDuration": 15,
"enableBatteryToast": true,
"enableKeyboardLayoutToast": true, "enableKeyboardLayoutToast": true,
"enableMediaToast": false, "enableMediaToast": false,
"enabled": true, "enabled": true,
@@ -383,6 +398,9 @@
], ],
"overlayLayer": true "overlayLayer": true
}, },
"plugins": {
"autoUpdate": false
},
"sessionMenu": { "sessionMenu": {
"countdownDuration": 10000, "countdownDuration": 10000,
"enableCountdown": true, "enableCountdown": true,
@@ -430,12 +448,16 @@
"showHeader": true, "showHeader": true,
"showNumberLabels": true "showNumberLabels": true
}, },
"settingsVersion": 46, "settingsVersion": 49,
"systemMonitor": { "systemMonitor": {
"batteryCriticalThreshold": 5,
"batteryWarningThreshold": 20,
"cpuCriticalThreshold": 90, "cpuCriticalThreshold": 90,
"cpuPollingInterval": 3000, "cpuPollingInterval": 1000,
"cpuWarningThreshold": 80, "cpuWarningThreshold": 80,
"criticalColor": "", "criticalColor": "",
"diskAvailCriticalThreshold": 10,
"diskAvailWarningThreshold": 20,
"diskCriticalThreshold": 90, "diskCriticalThreshold": 90,
"diskPollingInterval": 3000, "diskPollingInterval": 3000,
"diskWarningThreshold": 80, "diskWarningThreshold": 80,
@@ -446,9 +468,9 @@
"gpuWarningThreshold": 80, "gpuWarningThreshold": 80,
"loadAvgPollingInterval": 3000, "loadAvgPollingInterval": 3000,
"memCriticalThreshold": 90, "memCriticalThreshold": 90,
"memPollingInterval": 3000, "memPollingInterval": 1000,
"memWarningThreshold": 80, "memWarningThreshold": 80,
"networkPollingInterval": 3000, "networkPollingInterval": 1000,
"swapCriticalThreshold": 90, "swapCriticalThreshold": 90,
"swapWarningThreshold": 80, "swapWarningThreshold": 80,
"tempCriticalThreshold": 90, "tempCriticalThreshold": 90,