mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
31 lines
473 B
Text
31 lines
473 B
Text
general {
|
|
colors = true
|
|
color_good = "#8ABEB7"
|
|
color_degraded = "#FFCC99"
|
|
color_bad = "#CC817F"
|
|
}
|
|
|
|
disk "/" {
|
|
format = "Disk: %free"
|
|
}
|
|
|
|
memory {
|
|
format = "%used"
|
|
threshold_degraded = "10%"
|
|
format_degraded = "MEMORY: %free"
|
|
}
|
|
|
|
read_file uptime {
|
|
path = "/proc/uptime"
|
|
}
|
|
|
|
ethernet _first_ {
|
|
format_up = "E: %ip"
|
|
format_down = "E: down"
|
|
}
|
|
|
|
tztime local {
|
|
format = "%H:%M:%S %Y-%m-%d "
|
|
}
|
|
|
|
order += "tztime local"
|