mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
[i3] Remove separators in CPU status
This commit is contained in:
parent
52e8a2cb6e
commit
0f8b47d61f
@ -37,18 +37,20 @@ tztime local {
|
||||
format = "%Y-%m-%d %H:%M:%S"
|
||||
}
|
||||
|
||||
load {
|
||||
format = "↑ %1min"
|
||||
}
|
||||
|
||||
cpu_usage {
|
||||
format = "CPU: %usage"
|
||||
separator = false
|
||||
}
|
||||
|
||||
cpu_temperature cpu {
|
||||
format = "%degrees°C"
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input"
|
||||
max_threshold = 95
|
||||
separator = false
|
||||
}
|
||||
|
||||
load {
|
||||
format = "↑ %1min"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
|
Loading…
Reference in New Issue
Block a user