polybar/modules/pulseaudio.ini 453 B raw
1
[module/pulseaudio]
2
type = internal/pulseaudio
3
4
format-volume = <label-volume>
5
format-volume-background = ${colors.background}
6
format-volume-padding = 1
7
format-volume-prefix = "󰕾 "
8
format-volume-prefix-foreground = ${colors.primary}
9
label-volume = %percentage%%
10
11
format-muted = <label-muted>
12
format-muted-background = ${colors.background}
13
format-muted-padding = 1
14
label-muted = 󰝟 muted
15
label-muted-foreground = ${colors.disabled}
16
17
; vim:ft=dosini