diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index f74a378..d2dccd0 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -14,7 +14,7 @@ background-alt = ${xrdb:color8} [bar/main] modules-left = bspwm -modules-center = mpd +modules-center = window modules-right = cpu ram volume date time monitor = VGA-1 @@ -109,4 +109,9 @@ type = internal/alsa label-volume =  %percentage%% format-volume-foreground = ${color.background-alt} +[module/window] +type = internal/xwindow +label-maxlen = 120 +label-empty = /usr/bin/bspwm + ; vim:ft=dosini