Polybar: readd battery module
whups
This commit is contained in:
parent
e2324e420f
commit
0e64570501
@ -66,7 +66,7 @@ border-top-size = ${res/config.border-size}
|
|||||||
tray-position = right
|
tray-position = right
|
||||||
modules-left = i3 bspwm | date
|
modules-left = i3 bspwm | date
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = backlight pulse |
|
modules-right = backlight pulse battery |
|
||||||
|
|
||||||
#[bar/primary-2]
|
#[bar/primary-2]
|
||||||
#monitor = ${env:PB_MONITOR:eDP-1}
|
#monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
@ -106,15 +106,18 @@ full-at = 100
|
|||||||
time-format = %H:%M
|
time-format = %H:%M
|
||||||
interval = 15
|
interval = 15
|
||||||
|
|
||||||
format-charging = <bar-capacity>
|
format-charging = <label-charging>
|
||||||
format-charging-prefix = "Charging: "
|
format-charging-prefix = "Charging: "
|
||||||
format-charging-prefix-foreground = ${res/colors.green}
|
format-charging-prefix-foreground = ${res/colors.green}
|
||||||
format-discharging = <bar-capacity>
|
format-discharging = <label-discharging>
|
||||||
format-discharging-prefix = "Battery: "
|
format-discharging-prefix = "Battery: "
|
||||||
format-discharging-prefix-foreground = ${res/colors.green}
|
format-discharging-prefix-foreground = ${res/colors.green}
|
||||||
format-full = <bar-capacity>
|
format-full = <label-full>
|
||||||
format-full-prefix = "Battery: "
|
format-full-prefix = "Battery: "
|
||||||
format-full-prefix-foreground = ${res/colors.green}
|
format-full-prefix-foreground = ${res/colors.green}
|
||||||
|
label-charging = %time%
|
||||||
|
label-discharging = %time%
|
||||||
|
label-full = Full
|
||||||
bar-capacity-width = ${res/config.bar-width}
|
bar-capacity-width = ${res/config.bar-width}
|
||||||
bar-capacity-fill = ${res/config.bar-fill}
|
bar-capacity-fill = ${res/config.bar-fill}
|
||||||
bar-capacity-fill-foreground = ${res/colors.green}
|
bar-capacity-fill-foreground = ${res/colors.green}
|
||||||
|
Loading…
Reference in New Issue
Block a user