minor tweaks
This commit is contained in:
@@ -20,7 +20,6 @@ order += "disk /"
|
||||
# order += "disk /home"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
# order += "load"
|
||||
order += "memory"
|
||||
order += "tztime local"
|
||||
@@ -44,25 +43,6 @@ ethernet _first_ {
|
||||
format_down = " no lan "
|
||||
}
|
||||
|
||||
battery all {
|
||||
# format = "%status %percentage %remaining %emptytime"
|
||||
format = " %status %percentage"
|
||||
format_down = "No battery"
|
||||
last_full_capacity = true
|
||||
integer_battery_capacity = true
|
||||
# status_chr = ""
|
||||
status_chr = "⚡"
|
||||
# status_bat = "bat"
|
||||
# status_bat = "☉"
|
||||
status_bat = ""
|
||||
# status_unk = "?"
|
||||
status_unk = ""
|
||||
# status_full = ""
|
||||
status_full = "☻"
|
||||
low_threshold = 15
|
||||
threshold_type = time
|
||||
}
|
||||
|
||||
memory {
|
||||
format = "%used | %available"
|
||||
threshold_degraded = "1G"
|
||||
|
||||
Reference in New Issue
Block a user