This commit is contained in:
2020-01-28 22:18:18 +01:00
parent ac12241410
commit dc4e88b58c

View File

@ -95,10 +95,10 @@ offset-y = 3
radius = 0.0 radius = 0.0
fixed-center = false fixed-center = false
;separator= ;separator=
background = ${colors.background} ; background = ${colors.background}
; #00000000 ; #00000000
;${colors.background} ;${colors.background}
foreground = ${colors.background} ; foreground = ${colors.background}
bottom=true bottom=true
line-size = 0 line-size = 0
line-color = #f00 line-color = #f00
@ -309,13 +309,22 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
[module/mpd] [module/mpd]
type = internal/mpd type = internal/mpd
format-online = <label-song> <icon-prev> <icon-stop> <toggle> <icon-next> format-online = <label-song> <icon-prev> <icon-stop> <icon-next>
label-online-background = ${colors.primary}
toggle-on-foreground = ${colors.background}
toggle-off-foreground = ${colors.background}
background = ${colors.background}
icon-play = a
icon-pause = p
icon-stop = s
icon-prev = <
icon-next = >
icon-prev = a
icon-stop = b
icon-play = c
icon-pause = d
icon-next = e
label-song-maxlen = 25 label-song-maxlen = 25
label-song-ellipsis = true label-song-ellipsis = true