mirror of https://github.com/polybar/polybar.git
Add click controls to MPRIS module config
parent
b74908f944
commit
a803790448
|
@ -488,6 +488,9 @@ interval = 2
|
||||||
|
|
||||||
label = %output:0:45:...%
|
label = %output:0:45:...%
|
||||||
exec = ~/.config/polybar/mpris.sh
|
exec = ~/.config/polybar/mpris.sh
|
||||||
|
click-left = playerctl previous
|
||||||
|
click-middle = playerctl play-pause
|
||||||
|
click-right = playerctl next
|
||||||
```
|
```
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue