Add MPD again, add spaces to force width
This commit is contained in:
parent
36a6b55cc5
commit
15dbd7a545
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ font-6 = "Material Wifi Signal strength:pixelsize=14;2"
|
||||||
; MPD song position
|
; MPD song position
|
||||||
font-7 = "Fira Mono:size=7;-1"
|
font-7 = "Fira Mono:size=7;-1"
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3 mpd-online-1
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = volume battery cpu memory temperature eth wlan
|
modules-right = volume battery cpu memory temperature eth wlan
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ icon-pause-foreground = ${colors.foreground-alt}
|
||||||
icon-next =
|
icon-next =
|
||||||
icon-next-foreground = ${colors.foreground-alt}
|
icon-next-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
label-song = %artist% - %title%
|
label-song = "%artist% - %title% "
|
||||||
label-song-maxlen = 22
|
label-song-maxlen = 22
|
||||||
small-label-song-maxlen = 7
|
small-label-song-maxlen = 7
|
||||||
label-song-ellipsis = false
|
label-song-ellipsis = false
|
||||||
|
|
Loading…
Reference in a new issue