Polybar: Polish and add MPD module

This commit is contained in:
Salt 2017-08-23 23:06:52 -05:00
parent 8dcbbefdda
commit 0b2f5ad320

View File

@ -74,7 +74,7 @@ border-bottom-color = ${res/colors.primary}
modules-left = i3 bspwm || wlan
modules-center = xwindow
modules-right = temperature-ramp || cpu-label memory-label || volume-ramp battery-ramp || date
modules-right = temperature-ramp || cpu-label memory-label || mpd volume-ramp battery-ramp || date
; LOWER
;====================
@ -447,9 +447,17 @@ label-background = ${res/colors.background}
[module/mpd]
type = internal/mpd
format-online = <label-song> <bar-progress> <label-time>
format-online = <label-song> <label-time>
format-offline = <label-offline>
icon-next = 
icon-pause = 
icon-play = 
icon-prev = 
icon-random = 
icon-repeat = 
icon-stop = 
label-song = %title%
label-song-foreground = ${res/colors.foreground}
label-song-background = ${res/colors.background}