Add click controls to MPRIS module config

Roberto Santalla 2017-09-30 20:29:19 +02:00
parent b74908f944
commit a803790448
1 changed files with 3 additions and 0 deletions

@ -488,6 +488,9 @@ interval = 2
label = %output:0:45:...%
exec = ~/.config/polybar/mpris.sh
click-left = playerctl previous
click-middle = playerctl play-pause
click-right = playerctl next
```
----------------------------------------