#waybar { background: rgba(0, 0, 0, 0.55); color: #fff; font-size: 0.9rem; } widget button { padding: 0; border: none; color: inherit; } #workspaces { border: 1px solid rgba(255, 255, 255, 0.25); } #workspaces button { color: #fff; padding: 0; border-radius: 0; min-height: 0; min-width: 25px; font-size: 0.8rem; } #workspaces button.focused { background: rgba(255, 255, 255, 0.2); } #workspaces button:hover { box-shadow: none; border: inherit; background: inherit; } #workspaces button + button { border-left: 1px solid rgba(255, 255, 255, 0.25); } #mode { border-bottom: 1px solid #fff; border-radius: 0; margin: 0 10px; padding: 0 5px; } .modules-center { padding: 5px 0; } .modules-right label, .modules-right box { padding: 0 10px; } .modules-right widget:nth-child(odd) label, .modules-right widget:nth-child(odd) box { background: rgba(255, 255, 255, 0.2); } .modules-right widget:nth-child(even) label, .modules-right widget:nth-child(even) box { background: rgba(255, 255, 255, 0.25); } #tray widget + widget image { margin-left: 5px; }