dustin
/
i3
Archived
1
0
Fork 0

i3status: Update CPU temp/battery monitor for Luma

luma
Dustin 2017-04-06 22:17:08 -05:00
parent f3583b3579
commit 17a0840772
1 changed files with 3 additions and 8 deletions

View File

@ -6,7 +6,7 @@ general {
order += "color uname"
order += "color uptime"
order += "cpu_temperature 1"
order += "battery 0"
order += "cpu_temperature 0"
order += "load"
order += "tztime local"
@ -32,13 +32,8 @@ battery 0 {
}
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"
format = "%degrees °C"
path = "/sys/class/hwmon/hwmon1/temp1_input"
}
load {