* { border: none; border-radius: 0; font-family: "Fira", "FiraCode Nerd Font"; font-size: 13px; min-height: 0; } window#waybar { background: transparent; color: white; } #window { font-weight: normal; font-family: "Fira Regular"; } #workspaces { padding: 0 5px; } #workspaces button { padding: 0 5px; background: transparent; color: white; border-top: 2px solid transparent; } #workspaces button.focused { color: #c9545d; border-top: 2px solid #c9545d; } #mode { background: #64727D; border-bottom: 3px solid white; } #clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray, #mode { padding: 0 5px; margin: 0 5px; } #clock { font-weight: bold; } #battery { } #battery icon { color: red; } #battery.charging { } @keyframes blink { to { background-color: #ffffff; color: black; } } #battery.warning:not(.charging) { color: white; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } #cpu { } #memory { } #network { } #network.disconnected { background: #f53c3c; } #pulseaudio { } #pulseaudio.muted { } /*#custom-spotify {*/ /*color: rgb(102, 220, 105);*/ /*}*/ #tray { }