* { border: none; border-radius: 0; /*font-family: "PragmataPro Liga";*/ font-family: "BerkeleyMono"; font-weight: 500; font-size: 15px; min-height: 0; } window#waybar { background: rgba(43, 48, 59, 0.5); color: white; } window#waybar > box { padding: 0 8px 0 0; } #hardware * { margin: 0px 4px 0 4px; } tooltip { background: rgba(43, 48, 59, 0.5); border: 1px solid rgba(100, 114, 125, 0.5); } tooltip label { color: white; } #workspaces button { padding: 0 3px; background: transparent; color: white; } #workspaces button.focused { background: #658594; } #mode { background: #64727D; border-bottom: 3px solid white; } @keyframes blink { to { color: red; } } #battery.warning:not(.charging) { animation-name: blink; animation-duration: 0.5s; animation-timing-function: steps(12); animation-iteration-count: infinite; animation-direction: alternate; }