From 94e4598681f8c98fb5db725c82169bb30883968c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 19 Mar 2026 10:25:39 +0800 Subject: [PATCH] chore: use latest noctalia-shell --- .../gui/base/noctalia/config/settings.json | 35 ++++++++++++------- home/linux/gui/base/noctalia/default.nix | 3 +- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/home/linux/gui/base/noctalia/config/settings.json b/home/linux/gui/base/noctalia/config/settings.json index 1c6e6e25..ecb380f0 100644 --- a/home/linux/gui/base/noctalia/config/settings.json +++ b/home/linux/gui/base/noctalia/config/settings.json @@ -72,7 +72,6 @@ "labelMode": "index", "occupiedColor": "secondary", "pillSize": 0.6, - "reverseScroll": false, "showApplications": false, "showBadge": true, "showLabelsOnlyWhenOccupied": true, @@ -112,7 +111,8 @@ "showNetworkStats": true, "showSwapUsage": false, "textColor": "none", - "useMonospaceFont": true + "useMonospaceFont": true, + "usePadding": false }, { "colorizeIcons": false, @@ -170,6 +170,7 @@ "textColor": "none" }, { + "applyToAllMonitors": false, "displayMode": "alwaysShow", "iconColor": "none", "id": "Brightness", @@ -211,10 +212,6 @@ "enabled": true, "id": "calendar-month-card" }, - { - "enabled": true, - "id": "timer-card" - }, { "enabled": true, "id": "weather-card" @@ -338,6 +335,7 @@ "colorizeIcons": false, "deadOpacity": 0.6, "displayMode": "auto_hide", + "dockType": "floating", "enabled": false, "floatingRatio": 1, "inactiveIndicators": false, @@ -346,6 +344,8 @@ "pinnedApps": [], "pinnedStatic": false, "position": "bottom", + "showFrameIndicator": true, + "sitOnFrame": false, "size": 1 }, "general": { @@ -369,6 +369,7 @@ "keyEnter": ["Return"], "keyEscape": ["Esc"], "keyLeft": ["Left"], + "keyRemove": ["Del"], "keyRight": ["Right"], "keyUp": ["Up"] }, @@ -380,6 +381,7 @@ "lockScreenMonitors": [], "lockScreenTint": 0, "radiusRatio": 1, + "reverseScroll": false, "scaleRatio": 1, "screenRadiusRatio": 1, "shadowDirection": "bottom_right", @@ -417,10 +419,12 @@ "weatherShowEffects": true }, "network": { + "airplaneModeEnabled": false, "bluetoothDetailsViewMode": "grid", "bluetoothHideUnnamedDevices": false, "bluetoothRssiPollIntervalMs": 10000, "bluetoothRssiPollingEnabled": false, + "disableDiscoverability": false, "wifiDetailsViewMode": "grid", "wifiEnabled": true }, @@ -435,9 +439,12 @@ }, "notifications": { "backgroundOpacity": 1, + "clearDismissed": true, "criticalUrgencyDuration": 15, + "density": "default", "enableBatteryToast": true, "enableKeyboardLayoutToast": true, + "enableMarkdown": false, "enableMediaToast": false, "enabled": true, "location": "top_right", @@ -521,33 +528,35 @@ "countdownEnabled": true, "enabled": true, "keybind": "6" + }, + { + "action": "rebootToUefi", + "command": "", + "countdownEnabled": true, + "enabled": true, + "keybind": "" } ], - "showHeader": true + "showHeader": true, + "showKeybinds": true }, "settingsVersion": 53, "systemMonitor": { "batteryCriticalThreshold": 5, "batteryWarningThreshold": 20, "cpuCriticalThreshold": 95, - "cpuPollingInterval": 1000, "cpuWarningThreshold": 80, "criticalColor": "", "diskAvailCriticalThreshold": 10, "diskAvailWarningThreshold": 20, "diskCriticalThreshold": 90, - "diskPollingInterval": 250, "diskWarningThreshold": 80, "enableDgpuMonitoring": false, "externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor", "gpuCriticalThreshold": 90, - "gpuPollingInterval": 3000, "gpuWarningThreshold": 80, - "loadAvgPollingInterval": 3000, "memCriticalThreshold": 90, - "memPollingInterval": 250, "memWarningThreshold": 80, - "networkPollingInterval": 1000, "swapCriticalThreshold": 90, "swapWarningThreshold": 80, "tempCriticalThreshold": 90, diff --git a/home/linux/gui/base/noctalia/default.nix b/home/linux/gui/base/noctalia/default.nix index 80f5637c..cf6df0b7 100644 --- a/home/linux/gui/base/noctalia/default.nix +++ b/home/linux/gui/base/noctalia/default.nix @@ -2,13 +2,12 @@ lib, config, pkgs, - pkgs-patched, wallpapers, ... }: let - package = pkgs-patched.noctalia-shell; + package = pkgs.noctalia-shell; in {