i3status popravek za i3blocks
parent
21910738ad
commit
c3d8423bba
|
@ -24,7 +24,7 @@ order += "disk /home"
|
|||
order += "load"
|
||||
order += "memory"
|
||||
order += "volume master"
|
||||
order += "battery all"
|
||||
order += "battery pbp"
|
||||
order += "tztime local"
|
||||
|
||||
path_exists VPN {
|
||||
|
@ -44,13 +44,15 @@ ethernet _first_ {
|
|||
format_down = " "
|
||||
}
|
||||
|
||||
battery all {
|
||||
battery pbp {
|
||||
format = " %status %percentage %remaining "
|
||||
status_bat = ""
|
||||
status_chr = ""
|
||||
status_full = ""
|
||||
status_unk = "?"
|
||||
threshold_type = time
|
||||
integer_battery_capacity = true
|
||||
path = "/sys/class/power_supply/cw2015-battery/uevent"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
|
|
Loading…
Reference in New Issue