modularization of noctalia config

This commit is contained in:
2026-07-21 20:52:52 +02:00
parent 1e2f869bf3
commit 793a16b2fc
3 changed files with 45 additions and 81 deletions
@@ -70,23 +70,6 @@ opacity = 1.0
padding = 6.0
radius = 5.0
[widget.cpu]
type = "alex/system-status:cpu"
[widget.ram]
type = "alex/system-status:memory"
[widget.temp]
type = "sysmon"
stat = "cpu_temp"
display = "text"
[widget.disk]
type = "sysmon"
stat = "disk_pct"
display = "text"
path = "/"
[widget.battery-rate]
type = "alex/system-status:battery-rate"
@@ -97,22 +80,3 @@ type = "alex/system-status:gpu-mode"
sidebar = "full"
sidebar_section = "full"
width = 720
[desktop_widgets]
enabled = false
[wallpaper]
enabled = true
fill_color = "#000000"
[wallpaper.default]
path = "color:#000000"
[plugins]
enabled = ["alex/system-status"]
[nightlight]
enabled = true
force = false
temperature_day = 6500
temperature_night = 2500