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

@@ -290,6 +290,11 @@ tooltip>* {{
background-color: #{colors["base08"]};
}}
/* Workspace shown on a different monitor than this bar — dim it. */
#workspaces>button.foreign {{
opacity: 0.45;
}}
#workspaces>button>label {{
font-size: 0px;
}}