feat: dim other monitors workspaces
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
animation: urgent-blink 1s infinite;
|
||||
}
|
||||
|
||||
#workspaces>button.foreign {
|
||||
opacity: 0.45;
|
||||
}
|
||||
|
||||
@keyframes urgent-blink {
|
||||
0% { opacity: 1.0; }
|
||||
50% { opacity: 0.5; }
|
||||
|
||||
Reference in New Issue
Block a user