From 8ee1d315286dd91035cc52e4fa918d6ff710fc76 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 22 Nov 2024 22:46:51 +0100 Subject: updated some config files --- .config/i3status/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config/i3status') diff --git a/.config/i3status/config b/.config/i3status/config index 1af1927..c3c1691 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -32,21 +32,21 @@ ethernet wg0 { } cpu_temperature 0 { - format = "Tea: %degrees °C" -# path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon3/temp1_input" - path = "/sys/devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.0/hwmon/hwmon2/temp1_input" + format = "temp: %degrees °C" + path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp1_input" +# path = "/sys/devices/pci0000:00/0000:00:03.1/0000:2d:00.0/0000:2e:00.0/0000:2f:00.0/hwmon/hwmon2/temp1_input" } disk "/" { - format = "Porn: %used" + format = "root: %used" } load { - format = "Load: %1min" + format = "load: %1min" } memory { - format = "Memory: %used/%total" + format = "memory: %used/%total" threshold_degraded = "3GB" format_degraded = "MEMORY < %available" } -- cgit v1.2.3