From 5bbe5aa0276798b2fb0a1aab8ae3efada0b14162 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 11:58:44 -0500 Subject: [PATCH] Update config --- .config/polybar/config | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 08a260e2..4a3a2845 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -27,6 +27,10 @@ width = 100% height = 20 fixed-center = false +; allow scrolling workspaces +scroll-up = i3wm-wsnext +scroll-down = i3wm-wsprev + background = ${colors.background} foreground = ${colors.foreground} @@ -49,13 +53,24 @@ font-3 = Symbola:pixelsize=9;1 wm-restack = i3 -modules-left = i3 +modules-left = i3 xworkspaces modules-center = xwindow modules-right = cpu memory volume wlan eth battery date tray-position = right tray-padding = 0 +[module/ewmh] +type = internal/xworkspaces + +; Create click handler used to focus desktop +; Default: true +enable-click = false + +; Create scroll handlers used to cycle desktops +; Default: true +enable-scroll = false + [module/mutt-wizard] type = custom/script