* { /* `otf-font-awesome` is required to be installed for icons */ font-family: Iosevka SS08; font-size: 13px; } window#waybar { background-color: #22282e; color: #ffffff; border-bottom: 3px solid #434e59; transition-property: background-color; transition-duration: .5s; background-clip: border-box; } window#waybar.hidden { opacity: 0.2; } button { /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; /* Avoid rounded borders under each button name */ border: none; border-radius: 0; } #window { padding: 0 5px; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ #workspaces button { padding: 0 5px; background-color: transparent; color: #ffffff; } #workspaces button:hover { background: rgba(0, 0, 0, 0.2); } #workspaces button.focused, button.active { background-color: #434e59; } #workspaces button.urgent { background-color: #eb4d4b; } #mode { font-style: italic; background-color: #434e59; } #custom-idle-inhibitor.suspended, #idle_inhibitor.activated { background: #D54B00; } #custom-idle-inhibitor.stopped { background: #eb4d4b; } #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #wireplumber, #custom-media, #tray, #mode, #idle_inhibitor, #scratchpad, #mpd { padding: 0 10px; color: #ffffff; } #pulseaudio.muted { color: #434e59; } #pulseaudio.warning { color: #FFBF00; } #window, #workspaces { margin: 0 4px; } #battery.low:not(.charging) { color: #eb4d4b; } #battery.warning:not(.charging) { background: #eb4d4b; } #battery.critical:not(.charging) { background: #eb4d4b; color: #ffffff; animation-name: critical-blink; animation-duration: 0.5s; animation-timing-function: steps(2, start); animation-iteration-count: infinite; animation-direction: alternate; } /* If workspaces is the leftmost module, omit left margin */ .modules-left > widget:first-child > #workspaces { margin-left: 0; } /* If workspaces is the rightmost module, omit right margin */ .modules-right > widget:last-child > #workspaces { margin-right: 0; } @keyframes critical-blink { 50% { background: none; color: #eb4d4b; } } label:focus { background-color: #000000; } #custom-media { min-width: 100px; } #tray > .passive { -gtk-icon-effect: dim; }