improve workspace selector styling

This commit is contained in:
Schrottkatze 2024-09-02 22:07:47 +02:00
commit 867514362a
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View file

@ -4,4 +4,17 @@
label {
font: 14pt "FiraCode Nerd Font";
}
.workspaces button {
border: 0px;
background-color: #282828;
}
.workspaces button.urgent {
background-color: #cc241d;
}
.workspaces button.focused {
background-color: #504935;
}