i3status: Remove temerature sensors for Amynra
parent
acbc673059
commit
3cdf31703c
12
i3status
12
i3status
|
@ -6,8 +6,6 @@ general {
|
|||
|
||||
order += "color uname"
|
||||
order += "color uptime"
|
||||
order += "cpu_temperature 1"
|
||||
order += "cpu_temperature 0"
|
||||
order += "load"
|
||||
order += "tztime local"
|
||||
|
||||
|
@ -31,16 +29,6 @@ battery 0 {
|
|||
threshold_type = percentage
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "C: %degrees °C"
|
||||
path = "/sys/class/hwmon/hwmon3/temp1_input"
|
||||
}
|
||||
|
||||
cpu_temperature 1 {
|
||||
format = "G: %degrees °C"
|
||||
path = "/sys/class/hwmon/hwmon0/temp1_input"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "%1min"
|
||||
}
|
||||
|
|
Reference in New Issue