chore: use latest noctalia-shell

This commit is contained in:
Ryan Yin
2026-03-19 10:25:39 +08:00
parent ce99c3e2d3
commit 94e4598681
2 changed files with 23 additions and 15 deletions

View File

@@ -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,

View File

@@ -2,13 +2,12 @@
lib,
config,
pkgs,
pkgs-patched,
wallpapers,
...
}:
let
package = pkgs-patched.noctalia-shell;
package = pkgs.noctalia-shell;
in
{