polybar: volume
This commit is contained in:
parent
e97f124cd6
commit
82f54daa13
1 changed files with 4 additions and 1 deletions
|
@ -169,7 +169,7 @@ format-disconnected =
|
||||||
|
|
||||||
[module/alsa]
|
[module/alsa]
|
||||||
type = internal/alsa
|
type = internal/alsa
|
||||||
format-volume = <label-volume> <bar-volume>
|
format-volume = <bar-volume>
|
||||||
;label-volume = VOL
|
;label-volume = VOL
|
||||||
label-volume-foreground = ${root.foreground}
|
label-volume-foreground = ${root.foreground}
|
||||||
format-muted-prefix = " "
|
format-muted-prefix = " "
|
||||||
|
@ -191,6 +191,9 @@ bar-volume-fill-font = 2
|
||||||
bar-volume-empty = ─
|
bar-volume-empty = ─
|
||||||
bar-volume-empty-font = 2
|
bar-volume-empty-font = 2
|
||||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||||
|
format-prefix = "VOL "
|
||||||
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
|
|
Loading…
Reference in a new issue