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:
@@ -127,11 +127,11 @@ color = "error"
|
|||||||
type = "spacer"
|
type = "spacer"
|
||||||
|
|
||||||
[widget.temp]
|
[widget.temp]
|
||||||
show_label = false
|
show_value = false
|
||||||
|
|
||||||
[widget.sysmon_2]
|
[widget.sysmon_2]
|
||||||
glyph = "gpu-usage"
|
glyph = "gpu-usage"
|
||||||
show_label = false
|
show_value = false
|
||||||
stat = "gpu_temp"
|
stat = "gpu_temp"
|
||||||
type = "sysmon"
|
type = "sysmon"
|
||||||
|
|
||||||
@@ -141,7 +141,6 @@ stat = "ram_used"
|
|||||||
type = "sysmon"
|
type = "sysmon"
|
||||||
|
|
||||||
[widget.wallhaven]
|
[widget.wallhaven]
|
||||||
color = "secondary"
|
|
||||||
glyph = "photo"
|
glyph = "photo"
|
||||||
type = "noctalia/wallhaven:wallhaven"
|
type = "noctalia/wallhaven:wallhaven"
|
||||||
|
|
||||||
@@ -156,6 +155,6 @@ color = "secondary"
|
|||||||
active_pill_size = 2.5
|
active_pill_size = 2.5
|
||||||
capsule = true
|
capsule = true
|
||||||
capsule_fill = "on_primary"
|
capsule_fill = "on_primary"
|
||||||
display = "none"
|
show_labels = false
|
||||||
inactive_pill_size = 1.0
|
inactive_pill_size = 1.0
|
||||||
pill_scale = 0.80
|
pill_scale = 0.80
|
||||||
|
|||||||
Reference in New Issue
Block a user