diff options
Diffstat (limited to 'polybar/.config')
-rw-r--r-- | polybar/.config/polybar/config | 9 |
1 files changed, 8 insertions, 1 deletions
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 = <label-song> <label-time> <toggle> + [module/battery] type = internal/battery full-at = 99 |