|
|
@@ -1,3 +1,27 @@ |
|
|
|
[module/obspace] |
|
|
|
type = custom/text |
|
|
|
content-foreground = ${colors.primary} |
|
|
|
content-padding = 0 |
|
|
|
content = %{T2} %{T-} |
|
|
|
|
|
|
|
[module/obswedge-l] |
|
|
|
type = custom/text |
|
|
|
content-foreground = ${colors.primary} |
|
|
|
content-padding = 0 |
|
|
|
content = %{T2}%{T-} |
|
|
|
|
|
|
|
[module/obswedge-r] |
|
|
|
type = custom/text |
|
|
|
content-foreground = ${colors.primary} |
|
|
|
content-padding = 0 |
|
|
|
content = %{T2}%{T-} |
|
|
|
|
|
|
|
[module/obswoosh] |
|
|
|
type = custom/text |
|
|
|
content-foreground = ${colors.primary} |
|
|
|
content-padding = 0 |
|
|
|
content = %{T2}%{T-} |
|
|
|
|
|
|
|
[module/xwindow] |
|
|
|
type = internal/xwindow |
|
|
|
label = %title:0:30:...% |
|
|
@@ -59,30 +83,33 @@ wrapping-scroll = false |
|
|
|
; Only show workspaces on the same output as the bar |
|
|
|
pin-workspaces = true |
|
|
|
|
|
|
|
label-mode-padding = 2 |
|
|
|
label-mode-padding = 0 |
|
|
|
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-underline= ${colors.primary} |
|
|
|
label-focused-padding = 2 |
|
|
|
label-focused = %{T2}%{T-}%index%%{T2}%{T-} |
|
|
|
label-focused-foreground = ${colors.primary} |
|
|
|
label-focused-background = ${colors.background} |
|
|
|
;label-focused-underline= ${colors.background-alt} |
|
|
|
label-focused-padding = 0 |
|
|
|
|
|
|
|
; unfocused = Inactive workspace on any monitor |
|
|
|
label-unfocused = %index% |
|
|
|
label-unfocused-padding = 2 |
|
|
|
label-unfocused = %{T2}%{T-}%index%%{T2}%{T-} |
|
|
|
label-unfocused-foreground = ${colors.background} |
|
|
|
label-unfocused-background = ${colors.primary} |
|
|
|
label-unfocused-padding = 0 |
|
|
|
|
|
|
|
; visible = Active workspace on unfocused monitor |
|
|
|
label-visible = %index% |
|
|
|
label-visible = %{T2}%{T-}%index%%{T2}%{T-} |
|
|
|
label-visible-background = ${self.label-focused-background} |
|
|
|
label-visible-underline = ${self.label-focused-underline} |
|
|
|
label-visible-padding = ${self.label-focused-padding} |
|
|
|
label-visible-foreground = ${self.label-focused-foreground} |
|
|
|
label-visible-padding = 0 ;${self.label-focused-padding} |
|
|
|
|
|
|
|
; urgent = Workspace with urgency hint set |
|
|
|
label-urgent = %index% |
|
|
|
label-urgent-background = ${colors.alert} |
|
|
|
label-urgent-padding = 2 |
|
|
|
label-urgent-padding = 0 |
|
|
|
|
|
|
|
; Separator in between workspaces |
|
|
|
; label-separator = | |