* { border: none; border-radius: 0; font-family: 'FiraCode Nerd Font', monospace; font-size: 10pt; min-height: 0; } window#waybar { background: transparent; color: #cdd6f4; } tooltip { background: rgba(0, 0, 0, 0.33); } tooltip label { color: #cdd6f4; } .modules-left, .modules-center, .modules-right { background: rgba(0, 0, 0, 0.33); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin: 0 6px; /* don't ask. the outer gaps are set to 4px but they're actually 6px */ padding: 0 2px; } #workspaces button { background: none; box-shadow: none; color: #6c7086; padding: 0; } #workspaces button.visible { color: #a6adc8; } #workspaces button.focused { color: #cba6f7; } #workspaces button.urgent { color: #f38ba8; } #workspaces button:hover { color: #cdd6f4; text-shadow: inherit; }