Add battery to polybar
This commit is contained in:
parent
afcace7334
commit
0a5b80c457
1 changed files with 20 additions and 0 deletions
|
@ -160,6 +160,26 @@ inherit = network-base
|
||||||
interface-type = wired
|
interface-type = wired
|
||||||
label-connected = %{F#63C5DA}%ifname%%{F-} %local_ip%
|
label-connected = %{F#63C5DA}%ifname%%{F-} %local_ip%
|
||||||
|
|
||||||
|
[module/battery]
|
||||||
|
type = internal/battery
|
||||||
|
; ls -1 /sys/class/power_supply/
|
||||||
|
battery = BAT1
|
||||||
|
adapter = ACAD
|
||||||
|
|
||||||
|
format-charging = <ramp-capacity> <label-charging>
|
||||||
|
format-discharging = <ramp-capacity> <label-discharging>
|
||||||
|
|
||||||
|
label-charging = %percentage%
|
||||||
|
label-discharging = %percentage%
|
||||||
|
label-full = Fully charged
|
||||||
|
label-low = BATTERY LOW
|
||||||
|
|
||||||
|
ramp-capacity-0 =
|
||||||
|
ramp-capacity-1 =
|
||||||
|
ramp-capacity-2 =
|
||||||
|
ramp-capacity-3 =
|
||||||
|
ramp-capacity-4 =
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|
Loading…
Reference in a new issue