From b78cdd21b129bed282f89a73d3421adeecf6adfa Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 1 Jan 2020 11:53:45 -0500 Subject: [PATCH] Update config --- .config/polybar/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/polybar/config b/.config/polybar/config index 08a260e2..d819268b 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -72,6 +72,13 @@ format-foreground = ${colors.blue} [module/i3] type = internal/i3 +ws-num = 6 ; Number of workspaces to display +show-all = true; Display all workspaces (even when there isn't a window open) + +; use a different color to distinguish empty workspaces from unactive workspaces: +label-empty-foreground = ${colors.foreground-alt} +label-empty = %icon% + format = index-sort = true wrapping-scroll = false