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