home/sway: Highlight workspace on inactive monitor

This commit is contained in:
fleaz 2023-02-03 15:59:51 +01:00
parent 6b69a392cd
commit 74024d92d5
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -147,6 +147,10 @@
border-bottom: 2px solid @orange; border-bottom: 2px solid @orange;
} }
#workspaces button.visible:not(.focused) {
border-bottom: 2px solid @gray;
}
#workspaces button.urgent { #workspaces button.urgent {
color: @orange; color: @orange;
} }