feat: show visible and active workspaces

This commit is contained in:
2026-05-03 14:47:20 +02:00
parent f1c45a7f8c
commit 0d4c4caf10
3 changed files with 44 additions and 43 deletions

View File

@@ -20,8 +20,9 @@
--window-bg: alpha(var(--background), 0.9);
--module-bg: alpha(var(--mid-bg), 0.8);
--border-color: var(--light-bg);
--ws-active: var(--pink);
--ws-inactive: var(--blue);
--ws-active: var(--blue);
--ws-visible: var(--violet);
--ws-inactive: var(--light-grey);
--ws-empty: var(--dark-grey);
--ws-hover: var(--turquoise);
--ws-urgent: var(--red);