[module] playerctl to displays information about the current song in vlc, audacious, bmp, xmms2, spotify and others
This commit is contained in:
parent
23d7222576
commit
4912fcc57b
5 changed files with 87 additions and 0 deletions
|
@ -65,6 +65,13 @@
|
|||
"prev": { "prefix": "" },
|
||||
"next": { "prefix": "" }
|
||||
},
|
||||
"playerctl": {
|
||||
"playing": { "prefix": "" },
|
||||
"paused": { "prefix": "" },
|
||||
"stopped": { "prefix": "" },
|
||||
"prev": { "prefix": "" },
|
||||
"next": { "prefix": "" }
|
||||
},
|
||||
"pasink": {
|
||||
"muted": { "prefix": "" },
|
||||
"unmuted": { "prefix": "" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue