I'm getting myself setup with a nice i3 rice. I'm working on the bar at the minute, does anyone know how to get all workspaces to show (no matter whether it's got something in or not) in #Polybar . It's using the xworkspaces
module (code below).
[module/xworkspaces]
type = internal/xworkspaces
label-active = %name%
label-active-background = ${colors.background-alt}
label-active-underline= ${colors.primary}
label-active-padding = 1
label-occupied = %name%
label-occupied-padding = 1
label-urgent = %name%
label-urgent-background = ${colors.alert}
label-urgent-padding = 1
label-empty = %name%
label-empty-foreground = ${colors.disabled}
label-empty-padding = 1