Update config

This commit is contained in:
Vlad Doster 2020-01-01 11:53:45 -05:00 committed by GitHub
parent 2cfe6cca81
commit b78cdd21b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,13 @@ format-foreground = ${colors.blue}
[module/i3] [module/i3]
type = internal/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 = <label-state> <label-mode> format = <label-state> <label-mode>
index-sort = true index-sort = true
wrapping-scroll = false wrapping-scroll = false