/* Geometry and layout for the HyprCosmic bar. * * No colour literals: every colour here is a name defined by palette.css and * possibly re-pointed by bridge-hyde.css. That separation is what lets a theme * change the palette without touching a single rule. */ * { font-family: "FontAwesome 6 Free", "Noto Sans", sans-serif; font-size: 13px; border: none; border-radius: 0; min-height: 0; } window#waybar { background: @bar-bg; color: @bar-fg; } #workspaces button { padding: 0 8px; color: @muted; background: transparent; } #workspaces button.active { color: @bar-fg; box-shadow: inset 0 -2px @accent; } #workspaces button:hover { color: @wb-hvr-fg; background: @wb-hvr-bg; } #taskbar button { padding: 0 6px; background: transparent; } #taskbar button.active { box-shadow: inset 0 -2px @accent; } #clock, #pulseaudio, #network, #cpu, #memory, #battery, #tray { padding: 0 10px; } #clock { font-weight: bold; } #battery.warning { color: @warning; } #battery.critical { color: @critical; } #network.disconnected { color: @critical; } #pulseaudio.muted { color: @muted; }