1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
This commit is contained in:
Henrik Hautakoski 2023-07-27 17:21:44 +02:00
parent 52110f5c71
commit 0c57898246
4 changed files with 121 additions and 95 deletions

View file

@ -6,7 +6,7 @@ general {
}
disk "/" {
format = "%free"
format = "Disk: %free"
}
memory {
@ -20,16 +20,12 @@ read_file uptime {
}
ethernet _first_ {
format_up = "E: %ip (%speed)"
format_up = "E: %ip"
format_down = "E: down"
}
tztime local {
format = "%H:%M:%S %Y-%m-%d"
format = "%H:%M:%S %Y-%m-%d "
}
order += "disk /"
order += "ethernet _first_"
order += "memory"
order += "load"
order += "tztime local"