From f5e61a52c766122a809a19acc59d45dd9117c1cd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Sep 2020 15:54:08 -0700 Subject: Show available desktop tags in polybar --- polybar/.config/polybar/config | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'polybar/.config') diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 1df15fc..b997ce6 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -36,7 +36,7 @@ font-0 = fixed:pixelsize=10;1 font-1 = Font Awesome 5 Free:style=Solid:pixelsize=10;0 font-2 = siji:pixelsize=10;1 -modules-left = xwindow +modules-left = ewmh xwindow modules-center = modules-right = volume xkeyboard date @@ -83,6 +83,18 @@ tray-padding = 2 cursor-click = pointer cursor-scroll = ns-resize +[module/ewmh] +type = internal/xworkspaces +pin-workspaces = false +enable-click = false +enable-scroll = false + +label-active = %icon% %name% +label-active-foreground = #65a854 +label-active-background = #1f2c3f + +label-empty-foreground = #969696 + [module/xwindow] type = internal/xwindow label = %title% -- cgit v1.2.3-54-g00ecf