From ba30000d850f61f212f92e978c5f69020ca1a03c Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 11 Jan 2023 23:08:54 +0100 Subject: 2bwm and polybar mpd --- polybar/.config/polybar/config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'polybar') diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 645ee70..5b63e6d 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -51,7 +51,7 @@ separator-foreground = ${colors.disabled} font-0 = Cozette;2 modules-left = xworkspaces xwindow -modules-right = pulseaudio battery memory wlan eth date +modules-right = mpd pulseaudio battery memory wlan eth date cursor-click = pointer cursor-scroll = ns-resize @@ -66,6 +66,13 @@ tray-position = right ; override-redirect = true +[module/mpd] +type = internal/mpd + +icon-play = "=" +icon-pause = ">" +format-online = + [module/battery] type = internal/battery full-at = 99 -- cgit v1.2.3