[polybar] Update config to new Polybar version
This commit is contained in:
parent
1cf79636a5
commit
9aaf7ee212
1 changed files with 3 additions and 3 deletions
|
@ -341,7 +341,7 @@ tail = true
|
||||||
exec = ~/.config/polybar/clock.py America/Detroit Asia/Seoul
|
exec = ~/.config/polybar/clock.py America/Detroit Asia/Seoul
|
||||||
|
|
||||||
[module/volume]
|
[module/volume]
|
||||||
type = internal/volume
|
type = internal/pulseaudio
|
||||||
|
|
||||||
format-volume = <label-volume> <bar-volume>
|
format-volume = <label-volume> <bar-volume>
|
||||||
label-volume =
|
label-volume =
|
||||||
|
@ -374,10 +374,10 @@ full-at = 95
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
||||||
format-charging = %{T7}%{F555}%{O-18}%{FED9}<ramp-capacity>%{O-17}%{F000}%{F}%{T-}%{O2}<label-charging>
|
format-charging = %{T7}%{F555}%{O-18}%{FED9}<ramp-capacity>%{O-17}%{F000}%{F}%{T-}%{O2}<label-charging>
|
||||||
label-charging = %percentage%%
|
label-charging = %percentage%% %consumption%W
|
||||||
|
|
||||||
format-discharging = %{F555}%{O-18}%{F}<ramp-capacity>%{O2}<label-discharging>
|
format-discharging = %{F555}%{O-18}%{F}<ramp-capacity>%{O2}<label-discharging>
|
||||||
label-discharging = %percentage%%
|
label-discharging = %percentage%% %consumption%W
|
||||||
|
|
||||||
format-full-prefix = ""
|
format-full-prefix = ""
|
||||||
format-full-prefix-foreground = ${colors.foreground-alert}
|
format-full-prefix-foreground = ${colors.foreground-alert}
|
||||||
|
|
Loading…
Reference in a new issue