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 <noreply@anthropic.com>
This commit is contained in:
2026-09-09 20:32:46 +02:00
co-authored by Claude Sonnet 5
parent 030e27b13b
commit 17f790d1ca
+3 -4
View File
@@ -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