fix workspace_app when app is clicked
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-08-30 22:52:40 +02:00
parent dc1ded5546
commit 8367740348
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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" {