From 9e0a54f2ce6064961d0273f76157a8a9a09316a4 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sun, 25 Jan 2026 01:13:59 +0900 Subject: [PATCH] Refactor system info widget to use labels for clarity --- conf.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/conf.yml b/conf.yml index cec4fc3..c3fca28 100644 --- a/conf.yml +++ b/conf.yml @@ -45,32 +45,31 @@ sections: icon: fas fa-server widgets: - type: system-info - options: - showHostname: true - showOS: true - showUptime: true - showCPU: true - showMemory: true - showDisk: true + label: Host summary - type: gl-current-cpu + label: CPU (current) options: hostname: http://nik4nao.home.arpa:61208 - type: gl-current-mem + label: Memory (current) options: hostname: http://nik4nao.home.arpa:61208 - type: gl-disk-space + label: Disk Space options: hostname: http://nik4nao.home.arpa:61208 - type: gl-cpu-history + label: CPU (history) options: hostname: http://nik4nao.home.arpa:61208 limit: 60 - type: gl-mem-history + label: Memory (history) options: hostname: http://nik4nao.home.arpa:61208 limit: 80