From 51ed9aa7efe364f7c12befd48db5a92472297302 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Tue, 2 Jun 2026 21:01:41 +0200 Subject: [PATCH] noctalia: add desktop time widget --- .config/noctalia/settings.json | 61 ++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 11 deletions(-) diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index 85c120e..302ba3f 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -89,6 +89,17 @@ } ], "left": [ + { + "blacklist": [ + ], + "chevronColor": "none", + "colorizeIcons": false, + "drawerEnabled": true, + "hidePassive": true, + "id": "Tray", + "pinned": [ + ] + }, { "defaultSettings": { "autoMount": false, @@ -126,15 +137,26 @@ "id": "plugin:screen-recorder" }, { - "blacklist": [ - ], - "chevronColor": "none", - "colorizeIcons": false, - "drawerEnabled": true, - "hidePassive": true, - "id": "Tray", - "pinned": [ - ] + "compactMode": false, + "diskPath": "/", + "iconColor": "none", + "id": "SystemMonitor", + "showCpuCores": false, + "showCpuFreq": false, + "showCpuTemp": true, + "showCpuUsage": true, + "showDiskAvailable": true, + "showDiskUsage": true, + "showDiskUsageAsPercent": false, + "showGpuTemp": false, + "showLoadAverage": false, + "showMemoryAsPercent": false, + "showMemoryUsage": true, + "showNetworkStats": false, + "showSwapUsage": false, + "textColor": "none", + "useMonospaceFont": true, + "usePadding": false } ], "right": [ @@ -276,7 +298,7 @@ } ], "diskPath": "/", - "position": "top_right", + "position": "close_to_bar_button", "shortcuts": { "left": [ { @@ -309,13 +331,26 @@ } }, "desktopWidgets": { - "enabled": false, + "enabled": true, "gridSnap": true, "gridSnapScale": false, "monitorWidgets": [ { "name": "eDP-1", "widgets": [ + { + "clockColor": "none", + "clockStyle": "minimal", + "customFont": "", + "format": "HH:mm\\nd MMMM yyyy", + "id": "Clock", + "roundedCorners": true, + "scale": 1.7501776864260092, + "showBackground": false, + "useCustomFont": false, + "x": 1380, + "y": 860 + } ] } ], @@ -639,6 +674,10 @@ { "enabled": true, "id": "zenBrowser" + }, + { + "enabled": true, + "id": "hyprland" } ], "enableUserTheming": false