summaryrefslogtreecommitdiff
path: root/.config/i3status
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-11-22 22:46:51 +0100
committeryuzu-eva <stevenhu@web.de>2024-11-22 22:46:51 +0100
commit8ee1d315286dd91035cc52e4fa918d6ff710fc76 (patch)
treea4cfb2e8327b06cdbd87863b7566a15aa5d49a4d /.config/i3status
parent244a38ddffb4919ab29b474be1d2880f37d87528 (diff)
updated some config files
Diffstat (limited to '.config/i3status')
-rw-r--r--.config/i3status/config12
1 files changed, 6 insertions, 6 deletions
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"
}