* { font-family: DejaVu Sans Mono, devicons, "Font Awesome 6 Free"; font-size: 13px; } window#waybar { background-color: #002b36; color: #93a1a1; transition-property: background-color; transition-duration: .5s; } window#waybar.hidden { opacity: 0.2; } #workspaces button { padding: 0px; background-color: transparent; /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; /* Avoid rounded borders under each workspace name */ border: none; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ #workspaces button:hover { background-color: #268bd2; color: #002b36; } #workspaces button.visible { background-color: #859900; color: #002b36; } #workspaces button.focused { background-color: #859900; color: #002b36; } #workspaces button.urgent { background-color: #d30102; color: #002b36; } #workspaces button, #clock, #battery, #cpu, #memory, #network, #pulseaudio, #tray, #custom-pacman { border-left: 10px solid transparent; border-right: 10px solid transparent; border-radius: 25px / 25px; background-clip: border-box; } #workspaces button:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } #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 { } #battery { } #battery.charging, #battery.plugged { background-color: #268bd2; color: #002b36; } @keyframes blink { to { background-color: #ffffff; color: #000000; } } #battery.critical:not(.charging) { background-color: #d30102; color: #002b36; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } label:focus { background-color: #000000; } #cpu { } #memory { } #network { } #network.disconnected { background-color: #d30102; color: #002b36; } #pulseaudio { } #pulseaudio.muted { background-color: #b58900; color: #002b36; } #custom-pacman.good { background-color: #859900; color: #002b36; } #custom-pacman.info { background-color: #268bd2; color: #002b36; } #custom-pacman.important { background-color: #d30102; color: #002b36; } #tray { } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #d30102; }