[module/mpd] type = internal/mpd ; Host where mpd is running (either ip or domain name) ; Can also be the full path to a unix socket where mpd is running. ;;host = 127.0.0.1 ;;port = 6600 ;;password = mysecretpassword ; Seconds to sleep between progressbar/song timer sync ; Default: 1 interval = 1 ; Available tags: ; (default) ; ; ; - gets replaced with ; - gets replaced with ; ; ; (deprecated) ; - Toggle playing only a single song. Replaces ; ; ; ; ; ; ; ; format-online = format-online-prefix = " " format-online-prefix-foreground = ${color.green} format-online-background = ${color.background} ;format-playing = ${self.format-online} ;format-paused = ${self.format-online} ;fformat-stopped = ${self.format-online} ; Available tags: ; format-offline = format-offline-prefix =  format-offline-prefix-foreground = ${color.red} format-offline-background = ${color.background} ; Available tokens: ; %artist% ; %album-artist% ; %album% ; %date% ; %title% ; Default: %artist% - %title% label-song = " %title%" label-song-maxlen = 25 label-song-ellipsis = true ; Available tokens: ; %elapsed% ; %total% ; Default: %elapsed% / %total% label-time = %elapsed% / %total% label-time-background = ${color.background-alt} label-time-padding = 1 ; Available tokens: ; None label-offline = " Offline" ; Only applies if is used icon-play =  icon-play-foreground = ${color.cyan} icon-pause =  icon-pause-foreground = ${color.cyan} icon-stop =  icon-stop-foreground = ${color.red} icon-next =  icon-next-foreground = ${color.cyan} icon-prev =  icon-prev-foreground = ${color.cyan} icon-seekf = icon-seekb = icon-random = icon-repeat = icon-repeatone = icon-single = icon-consume = ; Used to display the state of random/repeat/repeatone/single ; Only applies if is used toggle-on-foreground = ${color.primary} toggle-off-foreground = ${color.red} ; Only applies if is used ;;bar-progress-width = 45 ;;bar-progress-indicator = | ;;bar-progress-fill = ─ ;;bar-progress-empty = ─