new style

This commit is contained in:
Never Gude 2026-04-16 17:14:32 +02:00
parent 6bfd502fd8
commit fc14ec40ba

View file

@ -25,7 +25,7 @@ window#waybar.hidden {
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -2px transparent;
/* box-shadow: inset 0 -2px transparent; */
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
@ -34,21 +34,25 @@ button {
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
box-shadow: inset 0 -2px #ffffff;
transition: none;
}
#workspaces button {
padding: 0 4px;
color: #999999;
background-color: transparent;
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: inherit;
color: #ffffff;
background: #2c2c2c;
}
#workspaces button.focused,
#workspaces button.active {
font-weight: bold;
color: #ffffff;
}