From 9d7634d7e7ec0ad0f8ed87d4c03e8bfb06a04259 Mon Sep 17 00:00:00 2001 From: Meliox Date: Mon, 6 Apr 2026 15:13:02 +0200 Subject: [PATCH] Remove deprecated visual code --- pve-mod-gui-sensors.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index 2daef36..f2fa775 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -4,14 +4,6 @@ # ################### Configuration ############# - -# Display configuration for HDD, NVME, CPU -# Set to 0 to disable line breaks -# Note: use these settings only if the displayed layout is broken -CPU_ITEMS_PER_ROW=0 -NVME_ITEMS_PER_ROW=0 -HDD_ITEMS_PER_ROW=0 - # Known CPU sensor names. They can be full or partial but should ensure unambiguous identification. # Should new ones be added, also update logic in configure() function. KNOWN_CPU_SENSORS=("coretemp-isa-" "k10temp-pci-")