Add pulse-volume polybar module

This commit is contained in:
Tanguy Herbron 2020-11-24 13:11:21 +01:00
parent 044033eb2b
commit dc1116f0ac
2 changed files with 13 additions and 1 deletions

View File

@ -161,7 +161,7 @@ font-2 = "xos4 Terminus:size=12;2"
modules-left = title
modules-center = workspaces
modules-right = keyboard backlight battery pulseaudio-control checknetwork
modules-right = keyboard backlight battery pulseaudio-control pulse-volume checknetwork
; The separator will be inserted between the output of each module
separator =

View File

@ -305,6 +305,18 @@ click-left = ~/.config/polybar/scripts/pulseaudio-control.bash togmute
click-middle = ~/.config/polybar/scripts/pulseaudio-control.bash next-sink
scroll-up = ~/.config/polybar/scripts/pulseaudio-control.bash up
scroll-down = ~/.config/polybar/scripts/pulseaudio-control.bash down
label-padding = 2
label-foreground = ${color.fg}
[module/pulse-volume]
type = custom/script
tail = true
label = %output%
exec = ~/.config/polybar/scripts/volume.sh feed
click-left = ~/.config/polybar/scripts/volume.sh change_mode
label-padding = 2
label-foreground = ${color.fg}
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_