diff --git a/blocks/workspace_apps/main.go b/blocks/workspace_apps/main.go index 2d041c9..017cdef 100644 --- a/blocks/workspace_apps/main.go +++ b/blocks/workspace_apps/main.go @@ -147,7 +147,7 @@ func main() { if app.Urgent { foreground = "#ffffff" background = "#07c0d4" - } else if app.Focused || isClicked { + } else if (app.Focused && x == 0) || isClicked { foreground = "#07c0d4" background = "#333333" } else if app.Output == "__i3" {