Working on hyprland stuff

This commit is contained in:
2024-08-27 18:32:33 -05:00
parent 9783051217
commit df88af735d
3 changed files with 207 additions and 18 deletions

View File

@@ -31,6 +31,12 @@ window#waybar.bottom {
color: #a89984;
padding: 0 0.9em;
}
#workspaces button.persistent {
color: #a89984
}
#workspaces button.empty {
color: #504945
}
#workspaces button:hover {
/* A button that is currently being hovered over by the mouse cursor */
/* This comes with free transitions */
@@ -52,9 +58,6 @@ window#waybar.bottom {
color: #fabd2f;
font-weight: bold;
}
#workspaces button.persistent {
color: #504945;
}
#mode {
background: #fb4934;
color: #ebdbb2;