This commit is contained in:
2017-03-12 20:50:58 +01:00
parent fd71d6a05c
commit dcdb351e74
3 changed files with 11 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ general {
interval = 1
}
order += "ipv6"
order += "battery 0"
order += "disk /home"
order += "disk /"
@@ -58,7 +59,7 @@ tztime local {
cpu_temperature 0 {
format = "🌡 %degrees °C"
max_threshold = 70
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
}
disk "/home" {
@@ -73,7 +74,7 @@ disk "/" {
volume master {
format = "♪ %volume"
format_muted = "♪ muted"
device = "default"
mixer = "Master"
mixer_idx = 0
}