u
This commit is contained in:
@@ -74,28 +74,23 @@ path_exists "vpn" {
|
|||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
format_up = " W: (%quality at %essid, %bitrate) %ip "
|
format_up = " W: (%quality at %essid, %bitrate) %ip "
|
||||||
format_down = ""
|
format_down = " ⁜ "
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet _first_ {
|
ethernet _first_ {
|
||||||
format_up = " %ip %speed "
|
format_up = " %ip %speed "
|
||||||
format_down = " 🖧 "
|
format_down = " ⟴ "
|
||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
# format = "%status %percentage %remaining %emptytime"
|
format = "%status %percentage %remaining %emptytime"
|
||||||
format = " %status %percentage"
|
#format = " %status %percentage"
|
||||||
format_down = "No battery"
|
format_down = "No battery"
|
||||||
last_full_capacity = true
|
last_full_capacity = true
|
||||||
integer_battery_capacity = true
|
integer_battery_capacity = true
|
||||||
# status_chr = ""
|
|
||||||
status_chr = "⚡"
|
status_chr = "⚡"
|
||||||
# status_bat = "bat"
|
status_bat = "☉"
|
||||||
# status_bat = "☉"
|
status_unk = "⌄"
|
||||||
status_bat = ""
|
|
||||||
# status_unk = "?"
|
|
||||||
status_unk = ""
|
|
||||||
# status_full = ""
|
|
||||||
status_full = "☀"
|
status_full = "☀"
|
||||||
low_threshold = 15
|
low_threshold = 15
|
||||||
threshold_type = time
|
threshold_type = time
|
||||||
|
|||||||
Reference in New Issue
Block a user