From 375e15a2af9f01988d75d9e39ddc358401baddc3 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 21 Jul 2022 22:24:38 +0200 Subject: [PATCH] i3: farben --- polybar/conf.d/mod_i3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}