18 lines
396 B
Text
18 lines
396 B
Text
|
[module/pulseaudio]
|
||
|
type = internal/pulseaudio
|
||
|
|
||
|
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
|
||
|
use-ui-max = true
|
||
|
|
||
|
format-volume = <label-volume>
|
||
|
format-volume-prefix = "VOL "
|
||
|
format-volume-prefix-foreground =${colors.foreground-alt}
|
||
|
|
||
|
|
||
|
label-muted = muted
|
||
|
|
||
|
format-muted-prefix = "VOL "
|
||
|
format-muted-prefix-foreground =${colors.foreground-alt}
|
||
|
|
||
|
click-right = pavucontrol
|