From 909b8ffe061a9f7211dd334d9a29e7a4537ca74b Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 4 Jan 2026 18:56:18 +0800 Subject: [PATCH] chore: noctalia - add desktop widgets --- home/linux/gui/base/noctalia/settings.json | 47 ++++++++++++++++++++-- 1 file changed, 43 insertions(+), 4 deletions(-) diff --git a/home/linux/gui/base/noctalia/settings.json b/home/linux/gui/base/noctalia/settings.json index 3b8add0f..4c582203 100644 --- a/home/linux/gui/base/noctalia/settings.json +++ b/home/linux/gui/base/noctalia/settings.json @@ -104,7 +104,7 @@ "showCpuUsage": true, "showDiskUsage": true, "showGpuTemp": false, - "showLoadAverage": false, + "showLoadAverage": true, "showMemoryAsPercent": true, "showMemoryUsage": true, "showNetworkStats": true, @@ -276,9 +276,48 @@ } }, "desktopWidgets": { - "enabled": false, - "gridSnap": false, - "monitorWidgets": [] + "enabled": true, + "gridSnap": true, + "monitorWidgets": [ + { + "name": "eDP-1", + "widgets": [ + { + "clockStyle": "digital", + "customFont": "", + "format": "HH:mm\\nd MMMM yyyy", + "id": "Clock", + "roundedCorners": true, + "scale": 0.7378548922663623, + "showBackground": true, + "useCustomFont": false, + "usePrimaryColor": false, + "x": 92, + "y": 161 + }, + { + "hideMode": "visible", + "id": "MediaPlayer", + "roundedCorners": true, + "scale": 1.1501312913284876, + "showAlbumArt": true, + "showBackground": true, + "showButtons": true, + "showVisualizer": true, + "visualizerType": "linear", + "x": 92, + "y": 299 + }, + { + "id": "Weather", + "scale": 1.339282355295889, + "showBackground": true, + "x": 230, + "y": 161 + } + ] + } + ] }, "dock": { "animationSpeed": 1,