From dc4e88b58ca22aa4e61d20531c3a1195eea49e64 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Tue, 28 Jan 2020 22:18:18 +0100 Subject: [PATCH] mpd --- .config/polybar/config | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 974146c..9de7363 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -95,10 +95,10 @@ offset-y = 3 radius = 0.0 fixed-center = false ;separator= -background = ${colors.background} +; background = ${colors.background} ; #00000000 ;${colors.background} -foreground = ${colors.background} +; foreground = ${colors.background} bottom=true line-size = 0 line-color = #f00 @@ -309,13 +309,22 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding} [module/mpd] type = internal/mpd -format-online = +format-online = + + +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-ellipsis = true