Replaced load with sysdata

This commit is contained in:
David Thurstenson 2017-06-09 10:45:15 -05:00
parent a1efaaf31c
commit a7fd4d6e1f
1 changed files with 6 additions and 5 deletions

View File

@ -20,7 +20,7 @@ order += "wifi"
order += "ethernet _first_"
#order += "battery 0"
order += "keyboard_locks"
order += "load"
order += "sysdata"
order += "tztime local"
wifi {
@ -49,10 +49,6 @@ tztime local {
format = "%Y-%m-%d %H:%M"
}
load {
format = "%1min"
}
disk "/" {
format = "%avail"
}
@ -90,3 +86,8 @@ arch_updates {
format = 'Updates: {pacman}'
hide_if_zero = True
}
sysdata {
cache_timeout = 5
format = "[\?color=cpu CPU: {cpu_usage}%], [\?color=mem Mem: {mem_used_percent}%], [\?color=load L1: {load1}]"
}