Rework polybar pulseaudio module
This commit is contained in:
parent
578f1a76a0
commit
f4ec03f558
@ -292,6 +292,21 @@ interval = 0.5
|
|||||||
format-prefix = "來 "
|
format-prefix = "來 "
|
||||||
format-prefix-foreground = ${color.green}
|
format-prefix-foreground = ${color.green}
|
||||||
|
|
||||||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
; [module/pulseaudio-control]
|
||||||
|
;
|
||||||
|
; type = custom/script
|
||||||
|
; tail = true
|
||||||
|
; label = %output%
|
||||||
|
; label-foreground = ${color.white}
|
||||||
|
;
|
||||||
|
; # exec = ~/.config/polybar/scripts/pulseaudio-control.bash listen
|
||||||
|
; click-right = exec pavucontrol &
|
||||||
|
; 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
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
@ -299,15 +314,16 @@ format-prefix-foreground = ${color.green}
|
|||||||
|
|
||||||
type = custom/script
|
type = custom/script
|
||||||
tail = true
|
tail = true
|
||||||
label = %output%
|
label-foreground = ${color.white}
|
||||||
|
|
||||||
exec = ~/.config/polybar/scripts/pulseaudio-control.bash listen
|
exec = pulseaudio-control --icons-volume " , " --icon-muted " " --sink-nicknames-from "device.description" --sink-nickname "bluez_sink.E8_07_BF_DC_F3_6F.a2dp_sink: Aukey earpods" --sink-nickname "alsa_output.pci-000_00_1f.3.analog-stereo:蓼 Speakers" listen
|
||||||
click-right = exec pavucontrol &
|
click-right = exec pavucontrol &
|
||||||
click-left = ~/.config/polybar/scripts/pulseaudio-control.bash togmute
|
click-left = pulseaudio-control togmute
|
||||||
click-middle = ~/.config/polybar/scripts/pulseaudio-control.bash next-sink
|
click-middle = pulseaudio-control next-sink
|
||||||
scroll-up = ~/.config/polybar/scripts/pulseaudio-control.bash up
|
scroll-up = pulseaudio-control up
|
||||||
scroll-down = ~/.config/polybar/scripts/pulseaudio-control.bash down
|
scroll-down = pulseaudio-control down
|
||||||
label-foreground = ${color.green}
|
|
||||||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
[module/pulse-volume]
|
[module/pulse-volume]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user