mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
[i3] Remove separators in CPU status
This commit is contained in:
parent
52e8a2cb6e
commit
0f8b47d61f
1 changed files with 6 additions and 4 deletions
|
@ -37,18 +37,20 @@ tztime local {
|
||||||
format = "%Y-%m-%d %H:%M:%S"
|
format = "%Y-%m-%d %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|
||||||
load {
|
|
||||||
format = "↑ %1min"
|
|
||||||
}
|
|
||||||
|
|
||||||
cpu_usage {
|
cpu_usage {
|
||||||
format = "CPU: %usage"
|
format = "CPU: %usage"
|
||||||
|
separator = false
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu_temperature cpu {
|
cpu_temperature cpu {
|
||||||
format = "%degrees°C"
|
format = "%degrees°C"
|
||||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input"
|
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input"
|
||||||
max_threshold = 95
|
max_threshold = 95
|
||||||
|
separator = false
|
||||||
|
}
|
||||||
|
|
||||||
|
load {
|
||||||
|
format = "↑ %1min"
|
||||||
}
|
}
|
||||||
|
|
||||||
disk "/" {
|
disk "/" {
|
||||||
|
|
Loading…
Reference in a new issue