i3status popravek za i3blocks

Jurij Podgoršek 2023-03-09 00:23:10 +01:00
parent a8ca1bcb8e
commit 214bdbb33d
1 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,7 @@ order += "wireless _first_"
order += "load" order += "load"
order += "memory" order += "memory"
order += "volume master" order += "volume master"
order += "battery all" order += "battery pbp"
order += "tztime local" order += "tztime local"
wireless _first_ { wireless _first_ {
@ -38,13 +38,15 @@ ethernet _first_ {
format_down = "E: " format_down = "E: "
} }
battery all { battery pbp {
format = " %status %percentage %remaining " format = " %status %percentage %remaining "
status_bat = "" status_bat = ""
status_chr = "" status_chr = ""
status_full = "" status_full = ""
status_unk = "?" status_unk = "?"
threshold_type = time threshold_type = time
integer_battery_capacity = true
path = "/sys/class/power_supply/cw2015-battery/uevent"
} }
tztime local { tztime local {