Change from cmus to mpd
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
03937e5a01
commit
e0b68bfd16
7 changed files with 587 additions and 8 deletions
|
@ -280,10 +280,14 @@ click-left = $XDG_BIN_HOME/power
|
|||
# Music status in the bottom bar
|
||||
#######################################
|
||||
[module/music]
|
||||
type = custom/script
|
||||
exec = ${XDG_BIN_HOME}/music
|
||||
type = internal/mpd
|
||||
host = 127.0.0.1
|
||||
port = 6600
|
||||
password =
|
||||
|
||||
format = <label>
|
||||
label = %output%
|
||||
format-online = <label-song> - <label-time>
|
||||
format-stopped = Not playing
|
||||
label-song = %artist% - %title%
|
||||
label-offline = mpd is offline
|
||||
|
||||
interval = 0.5
|
Loading…
Add table
Add a link
Reference in a new issue