* { font-family: 'Noto Sans Mono', 'Font Awesome 6 Free', 'Font Awesome 6 Brands', monospace; font-size: 13px; } window#waybar { background-color: rgba(43, 48, 59, 0.5); border-bottom: 3px solid rgba(100, 114, 125, 0.5); color: #ffffff; transition-property: background-color; transition-duration: .5s; } window#waybar.hidden { opacity: 0.2; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ #workspaces button:hover { background: rgba(0, 0, 0, 0.2); box-shadow: inset 0 -3px #ffffff; } button { /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; /* Avoid rounded borders under each button name */ border: none; border-radius: 0; } #workspaces button { padding: 0 5px; background-color: transparent; color: #ffffff; } #workspaces button.active { background-color: #64727D; /* vorher focused */ box-shadow: inset 0 -3px #ffffff; } #workspaces button.visible { /* Optional: z.B. leicht abgewandelte Hervorhebung */ box-shadow: inset 0 -3px #51afef; } #workspaces button.urgent { background-color: #eb4d4b; } #workspaces button.empty { /* Beispiel: ausgegraut oder weniger auffällig */ color: #888888; background-color: transparent; } #workspaces button.persistent { /* Beispiel: spezielle Farbe für persistente Workspaces */ background-color: #222831; color: #bfc9d1; } #workspaces button.hidden { /* Beispiel: Workspace ist versteckt */ opacity: 0.5; } #mode { background-color: #64727D; box-shadow: inset 0 -3px #ffffff; } #window, #workspaces { margin: 0 4px; }