Juggle with my MPD module again
This commit is contained in:
parent
a928bc9158
commit
4b33768fef
1 changed files with 7 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue