Update config
This commit is contained in:
parent
9cc0c12647
commit
c9186206bb
3 changed files with 5 additions and 5 deletions
|
|
@ -157,7 +157,7 @@ tail = true
|
|||
# You can copy-paste your options for each possible action, which is more
|
||||
# trouble-free but repetitive, or apply only the relevant ones (for example
|
||||
# --node-blacklist is only needed for next-node).
|
||||
exec = pulseaudio-control --icons-volume " , " --icon-muted " " --node-nicknames-from "device.description" --node-nickname "alsa_output.usb-Lautsprecher_Teufel_GmbH_Teufel_CINEBAR_ONE_ABCDEF0123456789-00.analog-stereo: " --node-nickname "alsa_output.usb-Razer_Razer_Nari-00.pro-output-1: " listen
|
||||
exec = pulseaudio-control --icons-volume " , " --icon-muted " " --node-nicknames-from "device.nick" --node-nickname "alsa_output.pci-0000_08_00.0.iec958-ac3-surround-51.monitor:Speaker" --node-nickname "alsa_output.usb-Razer_Razer_Nari-00.pro-output-1: " listen
|
||||
click-middle = exec pavucontrol &
|
||||
click-right = pulseaudio-control togmute
|
||||
click-left = pulseaudio-control --node-blacklist "alsa_output.usb-Razer_Razer_Nari-00.pro-output-0" next-node
|
||||
|
|
@ -166,7 +166,7 @@ scroll-down = pulseaudio-control --volume-max 100 down
|
|||
|
||||
[module/music-player]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '{icon} {:artist:{artist}:}{:artist: - :}{title}' --icon-playing --icon-paused --icon-stopped --icon-none
|
||||
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '{icon} {:artist:{artist}:}{:artist: - :}{title}' --icon-playing --icon-paused --icon-stopped --icon-none
|
||||
tail = true
|
||||
click-left = ~/.config/polybar/scripts/player-mpris-tail.py play-pause &
|
||||
click-right = ~/.config/polybar/scripts/player-mpris-tail.py next &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue