feat: dim other monitors workspaces

This commit is contained in:
2026-05-03 19:05:46 +02:00
parent aee5be7f39
commit fb206667c4
3 changed files with 20 additions and 0 deletions

View File

@@ -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; }