[module] playerctl to displays information about the current song in vlc, audacious, bmp, xmms2, spotify and others

This commit is contained in:
Smitajit Biswal 2020-06-03 21:39:27 +02:00 committed by Smitajit Biswal
parent 23d7222576
commit 4912fcc57b
5 changed files with 87 additions and 0 deletions

View file

@ -65,6 +65,13 @@
"prev": { "prefix": "" },
"next": { "prefix": "" }
},
"playerctl": {
"playing": { "prefix": "" },
"paused": { "prefix": "" },
"stopped": { "prefix": "" },
"prev": { "prefix": "" },
"next": { "prefix": "" }
},
"pasink": {
"muted": { "prefix": "" },
"unmuted": { "prefix": "" }