From eabba874ec0c1954a180a781462d44c5398380ff Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Sat, 1 Aug 2026 16:38:39 +0200 Subject: [PATCH] Rename sysmon display to visualization Update sysmon stat from disk_pct to disk_free_pct. --- modules/home/noctalia/settings/widget.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/noctalia/settings/widget.nix b/modules/home/noctalia/settings/widget.nix index 9ab899c..8889e0b 100644 --- a/modules/home/noctalia/settings/widget.nix +++ b/modules/home/noctalia/settings/widget.nix @@ -38,9 +38,9 @@ spacer_3.type = "spacer"; sysmon = { - display = "text"; + visualization = "text"; path = "/home"; - stat = "disk_pct"; + stat = "disk_free_pct"; }; tray.hidden = ["nm-applet" "Easy Effects"];