Show battery information in i3status
This commit is contained in:
parent
6594a5bd91
commit
ae4ef3463c
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ format = " $icon $min min, $max max, $average avg "
|
||||||
block = "load"
|
block = "load"
|
||||||
format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
|
format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "battery"
|
||||||
|
format = "$percentage $time"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "time"
|
block = "time"
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|
Loading…
Reference in a new issue