polybar mpd fonts/icons

This commit is contained in:
2020-01-28 23:06:18 +01:00
parent 3b0bc2feb9
commit 99794ab4f5

View File

@ -309,7 +309,7 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
[module/mpd]
type = internal/mpd
format-online = <label-song> <icon-prev> <icon-stop> <icon-next>
format-online = <label-song> <icon-prev> <icon-stop> <icon-play> <icon-next>
label-online-background = ${colors.foreground}
@ -320,14 +320,14 @@ toggle-off-foreground = ${colors.foreground}
format-online-background = ${colors.primary}
format-offline-background = ${colors.primary}
format-online-foreground = ${colors.foreground}
format-offline-foreground = ${colors.foreground}
;format-online-foreground = ${colors.foreground}
;format-offline-foreground = ${colors.foreground}
icon-play = a
icon-pause = p
icon-stop = s
icon-prev = <
icon-next = >
icon-play =
icon-pause =
icon-stop =
icon-prev =
icon-next =
label-song-maxlen = 25