diff --git a/polybar.config b/polybar.config index d30f968..4a7bdec 100644 --- a/polybar.config +++ b/polybar.config @@ -74,6 +74,18 @@ enable-ipc = true ; override-redirect = true +[module/mpd] +type = internal/mpd +host = 127.0.0.1 +port = 6600 +format-online-background = ${colors.background} +format-online-foreground = ${colors.teal} +format-playing = "󰎆 " +format-paused = "󰏥 " +format-stopped = + +label-song = "%artist% - %title% " + [module/systray] type = internal/tray