cosmetic changes
This commit is contained in:
parent
2b76510681
commit
75c86da12d
1 changed files with 3 additions and 3 deletions
|
@ -34,20 +34,20 @@ cpu_usage {
|
|||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = " %degrees°"
|
||||
format = " %degrees°"
|
||||
path = "/sys/devices/platform/coretemp.0/temp2_input"
|
||||
max_threshold = 95
|
||||
}
|
||||
|
||||
cpu_temperature 1 {
|
||||
format = "%degrees° "
|
||||
format = " %degrees° "
|
||||
path = "/sys/devices/platform/coretemp.0/temp3_input"
|
||||
max_threshold = 95
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
format = " %status %percentage %remaining "
|
||||
format_down = "No battery"
|
||||
format_down = " No battery "
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
low_threshold = 10
|
||||
integer_battery_capacity = true
|
||||
|
|
Loading…
Add table
Reference in a new issue