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