Change from cmus to mpd

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-07-29 19:41:49 +02:00
parent 03937e5a01
commit e0b68bfd16
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
7 changed files with 587 additions and 8 deletions

View file

@ -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