Updated config

This commit is contained in:
2024-03-03 19:59:08 +01:00
parent acfceb3c65
commit 29a8811800
2 changed files with 17 additions and 5 deletions

View File

@ -30,14 +30,24 @@ window#waybar.hidden {
transition: none;
}
#workspaces {}
#workspaces button {
padding: 0px 5px;
color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.4);
background: transparent;
text-shadow: none;
border-radius: 0;
}
#workspaces button:hover,
#workspaces button.empty {
color: rgba(255, 255, 255, 0.2);
}
#workspaces button.visible {}
#workspaces button.urgent {}
#workspaces button.persistent {}
#workspaces button.hidden {}
#workspaces button.active {
color: rgba(255, 255, 255, 1.0);
}