[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
|
@ -47,6 +47,13 @@
|
|||
"prev": { "prefix": "\uf4ab" },
|
||||
"next": { "prefix": "\uf4ad" }
|
||||
},
|
||||
"playerctl": {
|
||||
"playing": { "prefix": "\uf488" },
|
||||
"paused": { "prefix": "\uf210" },
|
||||
"stopped": { "prefix": "\uf24f" },
|
||||
"prev": { "prefix": "\uf4ab" },
|
||||
"next": { "prefix": "\uf4ad" }
|
||||
},
|
||||
"pasink": {
|
||||
"muted": { "prefix": "\uf3b9" },
|
||||
"unmuted": { "prefix": "\uf3ba" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue