home/sway: Highlight workspace on inactive monitor
This commit is contained in:
parent
6b69a392cd
commit
74024d92d5
|
@ -147,6 +147,10 @@
|
|||
border-bottom: 2px solid @orange;
|
||||
}
|
||||
|
||||
#workspaces button.visible:not(.focused) {
|
||||
border-bottom: 2px solid @gray;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: @orange;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue