diff --git a/polybar/conf.d/mod_i3 b/polybar/conf.d/mod_i3 index a51910f..69bc704 100644 --- a/polybar/conf.d/mod_i3 +++ b/polybar/conf.d/mod_i3 @@ -3,24 +3,29 @@ type = internal/i3 format = index-sort = true wrapping-scroll = false + ; Only show workspaces on the same output as the bar ;pin-workspaces = true label-mode-padding = 2 label-mode-foreground = #000 label-mode-background = ${colors.primary} + ; focused = Active workspace on focused monitor label-focused = %index% -label-focused-background = ${colors.background-alt} +label-focused-background = #32CD32 label-focused-underline= ${colors.primary} label-focused-padding = 2 + ; unfocused = Inactive workspace on any monitor label-unfocused = %index% label-unfocused-padding = 2 + ; visible = Active workspace on unfocused monitor label-visible = %index% label-visible-background = ${self.label-focused-background} label-visible-underline = ${self.label-focused-underline} label-visible-padding = ${self.label-focused-padding} + ; urgent = Workspace with urgency hint set label-urgent = %index% label-urgent-background = ${colors.alert}