[module/xworkspaces] type = internal/xworkspaces format = format-background = ${colors.background} ; Padding by prefix/suffix rather than format-padding, and a background on ; every state, both for the same reason: a label that carries its own ; background (label-active does) drops polybar back to the *bar's* colour for ; everything drawn after it -- and the bar is transparent, so anything left ; unpainted is a hole straight through the island. format-padding = 0 format-prefix = " " format-prefix-background = ${colors.background} format-suffix = " " format-suffix-background = ${colors.background} label-active = %name% label-active-background = ${colors.background-alt} label-active-underline = ${colors.primary} label-active-padding = 1 label-occupied = %name% label-occupied-background = ${colors.background} label-occupied-padding = 1 label-urgent = %name% label-urgent-background = ${colors.alert} label-urgent-padding = 1 label-empty = %name% label-empty-background = ${colors.background} label-empty-foreground = ${colors.disabled} label-empty-padding = 1 ; vim:ft=dosini