This commit is contained in:
2024-02-07 12:50:09 -06:00
parent 08b736a9b5
commit ceada8a46b
8 changed files with 226 additions and 31 deletions

View File

@@ -8,6 +8,7 @@
window#waybar {
background-color: @base;
color: @text;
margin: 0 4px;
}
window > box {
@@ -34,6 +35,15 @@ window > box {
margin-left: 5px;
}
#workspaces.button {
color: @text;
}
#workspaces.button.focused {
color: @overlay;
background-color: @text;
}
#clock {
padding: 0 5px;
margin-left: 5px;