minor tweaks

This commit is contained in:
eneller
2025-04-08 14:14:16 +02:00
parent aa61185828
commit 1fa5c6d319
5 changed files with 4 additions and 22 deletions

View File

@@ -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"