better workspace indicator styling

This commit is contained in:
2025-12-10 13:12:47 +01:00
parent 12546a36f8
commit 4d61a80a7c
3 changed files with 32 additions and 27 deletions

View File

@@ -18,7 +18,6 @@ window {
}
.workspace-pill {
background-color: rgba(255, 255, 255, 0.12);
padding: 2px 5px;
margin-right: 6px;
border-radius: 5px;
@@ -29,11 +28,11 @@ window {
}
.workspace-pill-focused {
background-color: rgba(255, 255, 255, 0.18);
background-color: rgba(104, 104, 104, 0.3);
}
.workspace-pill-active {
background-color: rgba(255, 255, 255, 0.25);
background-color: rgba(168, 168, 168, 0.4);
}
.workspace-pill-urgent {
@@ -43,7 +42,7 @@ window {
/* Hover effect: slightly brighten background and show pointer */
.workspace-pill:hover {
background-color: rgba(255, 255, 255, 0.20);
background-color: rgba(255, 255, 255, 0.3);
}
.tray-icon {