* { /* `otf-font-awesome` is required to be installed for icons */ font-family: FontAwesome, Hack, monospace; font-size: 12px; } window#waybar { background-color: rgba(50, 61, 67, 0.85); {{- if eq .chezmoi.hostname "hydrus"}} border-bottom: 3px solid rgba(208, 191, 155, 0.7); {{- else }} border-top: 3px solid rgba(208, 191, 155, 0.7); {{- end }} color: #d0bf9b; transition-property: background-color; transition-duration: 0.5s; } window#waybar.hidden { opacity: 0.8; } /* window#waybar.empty { background-color: transparent; } window#waybar.solo { background-color: #4a555b; } */ window#waybar.termite { background-color: #3f3f3f; } window#waybar.chromium { background-color: #d8caac; border: none; } 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; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ button:hover { background: inherit; box-shadow: inset 0 -3px #4a555b; } #workspaces button { padding: 0 5px; background-color: transparent; color: #4a555b; } #workspaces button:hover { background: rgba(0, 0, 0, 0.2); } #workspaces button.focused { background-color: #64727d; box-shadow: inset 0 -3px #4a555b; } #workspaces button.urgent { background-color: #eb4d4b; } #mode { background-color: #64727d; border-bottom: 3px solid #4a555b; } #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #wireplumber, #custom-media, #tray, #mode, #idle_inhibitor, #scratchpad, #mpd { padding: 0 10px; color: #4a555b; } #window, #workspaces { margin: 0 4px; } /* 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; } #clock { background-color: #6eb2a9; color: #4a555b; } #battery { background-color: #4a555b; color: #d8caac; } #battery.charging, #battery.plugged { color: #4a555b; background-color: #26a65b; } @keyframes blink { to { background-color: #4a555b; color: #d8caac; } } #battery.critical:not(.charging) { background-color: #f53c3c; color: #4a555b; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } label:focus { background-color: #d8caac; } #cpu { background-color: #9bb86f; color: #4a555b; } #memory { background-color: #cf87a9; } #disk { background-color: #964b00; } #backlight { background-color: #90b1b1; } #network { background-color: #83c092; } #network.disconnected { background-color: #e68183; } #pulseaudio { background-color: #d5b26b; color: #4a555b; } #pulseaudio.muted { background-color: #dbbc7f; color: #4a555b; } #wireplumber { background-color: #fff0f5; color: #d8caac; } #wireplumber.muted { background-color: #f53c3c; } #custom-media { background-color: #66cc99; color: #2a5c45; min-width: 100px; } #custom-media.custom-spotify { background-color: #66cc99; } #custom-media.custom-vlc { background-color: #ffa000; } #temperature { background-color: #e2966c; } #temperature.critical { background-color: #eb4d4b; } #tray { background-color: #323d43; } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #e26c6e; } #idle_inhibitor { background-color: #525c62; color: #d0bf9b; } #idle_inhibitor.activated { background-color: #d0bf9b; color: #525c62; } #mpd { background-color: #66cc99; color: #2a5c45; } #mpd.disconnected { background-color: #f53c3c; } #mpd.stopped { background-color: #90b1b1; } #mpd.paused { background-color: #51a37a; } #language { background: #00b093; color: #740864; padding: 0 5px; margin: 0 5px; min-width: 16px; } #keyboard-state { background: #72b783; color: #4a555b; padding: 0 0px; margin: 0 0px; min-width: 16px; } #keyboard-state > label { padding: 0 5px; } #keyboard-state > label.locked { background: rgba(0, 0, 0, 0.2); } #scratchpad { background: rgba(0, 0, 0, 0.2); } #scratchpad.empty { background-color: transparent; }