From 17f790d1ca6bf0836a6540e30746ad82f5fcff83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 9 Sep 2026 20:32:46 +0200 Subject: [PATCH] fix(noctalia): resolve config validate warnings - widget.temp/sysmon_2: show_label -> show_value (renamed) - widget.workspaces: display = "none" -> show_labels = false - widget.wallhaven: drop unsupported color key (plugin only exposes glyph) Co-Authored-By: Claude Sonnet 5 --- .config/noctalia/config.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/noctalia/config.toml b/.config/noctalia/config.toml index 2fd6247..d9d39df 100644 --- a/.config/noctalia/config.toml +++ b/.config/noctalia/config.toml @@ -127,11 +127,11 @@ color = "error" type = "spacer" [widget.temp] -show_label = false +show_value = false [widget.sysmon_2] glyph = "gpu-usage" -show_label = false +show_value = false stat = "gpu_temp" type = "sysmon" @@ -141,7 +141,6 @@ stat = "ram_used" type = "sysmon" [widget.wallhaven] -color = "secondary" glyph = "photo" type = "noctalia/wallhaven:wallhaven" @@ -156,6 +155,6 @@ color = "secondary" active_pill_size = 2.5 capsule = true capsule_fill = "on_primary" -display = "none" +show_labels = false inactive_pill_size = 1.0 pill_scale = 0.80