Experimenting with hyprland

This commit is contained in:
2026-06-08 00:45:40 -05:00
parent 07d22bb7d4
commit 3ea2296eca
6 changed files with 89 additions and 26 deletions
+12
View File
@@ -66,6 +66,18 @@ window#waybar {
color: #fabd2f;
font-weight: bold;
}
#workspaces button.special {
color: rgba(235, 219, 178, 0.55);
}
#workspaces button.special.empty {
color: rgba(235, 219, 178, 0.2);
}
#workspaces button.special.visible,
#workspaces button.special.active {
color: rgba(40, 40, 40, 0.8);
background: #d3869b;
font-weight: bold;
}
/* Window and mode display */
#window {
color: rgba(235, 219, 178, 0.4);