Juggle with my MPD module again

This commit is contained in:
M1dgard 2018-04-25 12:21:00 +02:00
parent a928bc9158
commit 4b33768fef
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -53,9 +53,9 @@ font-6 = "Material Wifi Signal strength:pixelsize=14;2"
; MPD song position
font-7 = "Fira Mono:size=7;-1"
modules-left = i3 mpd-online-1
modules-left = i3 volume mpd-online-1
modules-center = date
modules-right = volume battery cpu memory temperature eth wlan
modules-right = battery cpu memory temperature eth wlan
tray-position = right
tray-padding = 2
@ -144,8 +144,11 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
[mpd-shared]
type = internal/mpd
format-online = <toggle> <icon-prev> %{T8}<bar-progress>%{T-}%{O-126}%{T5}<label-song>%{T-} <icon-next>
small-format-online = <toggle> <icon-prev> %{T8}<bar-progress>%{T-}%{O-51}%{T5}<label-song>%{T-} <icon-next>
format-online = <toggle><icon-stop> <icon-prev> %{T8}<bar-progress>%{T-}%{O-126}%{T5}<label-song>%{T-} <icon-next>
small-format-online = <toggle><icon-stop> <icon-prev> %{T8}<bar-progress>%{T-}%{O-51}%{T5}<label-song>%{T-} <icon-next>
format-stopped = %{A1:cantata &:}%{A}
format-stopped-foreground = ${colors.foreground-alt}
icon-prev =
icon-prev-foreground = ${colors.foreground-alt}