/* blue yellow green orange purple aqua .. */ * { /* `otf-font-awesome` is required to be installed for icons */ font-family: FontAwesome, "PragmataPro Mono Liga", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; } window#waybar { background-color: transparent; border-bottom: none; color: #ffffff; transition-property: background-color; transition-duration: 0.5s; } window#waybar.hidden { opacity: 0.2; } tooltip { font-weight: 400; } /* window#waybar.empty { background-color: transparent; } window#waybar.solo { background-color: #FFFFFF; } */ window#waybar.termite { background-color: #3f3f3f; } window#waybar.chromium { background-color: #000000; 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 */ #workspaces button.active { background-color: #d65d0e; color: #ebdbb2; } #workspaces button { padding: 0 3px; color: #282828; background-color: #a89984; border-radius: 0px; margin-right: 3px; } #workspaces button.urgent { background-color: #cc241d; } #mode { background-color: #64727d; border-bottom: 3px solid #ffffff; } #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #wireplumber, #custom-media, #tray, #custom-spotify, #mode, #idle_inhibitor, #scratchpad, #mpd, #user, #bluetooth, #custom-wakatime, #custom-os { font-weight: 600; padding: 3px 12px; margin: 0; color: #ffffff; border-radius: 0px; } #window, #workspaces { margin: 0 3px 0; font-weight: 600; } #window { color: #abb2bf; } /* 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: #98971a; color: #282828; } #bluetooth { background-color: #d79921; color: #282828; } #battery { background-color: #d79921; color: #282828; } #battery.charging, #battery.plugged { color: #282c34; background-color: #98c379; } @keyframes blink { to { background-color: #ffffff; color: #282c34; } } #battery.critical:not(.charging) { background-color: #be5046; color: #ffffff; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } label:focus { background-color: #000000; } #cpu { background-color: #98971a; color: #282828; } #memory { background-color: #d65d0e; color: #282828; } #disk { color: #282828; background-color: #b16286; } #backlight { background-color: #a89984; color: #282828; } #network { background-color: #458588; color: #282828; } #network.disconnected { background-color: #e06c75; } #user { background-color: #e06c75; color: #282c34; } #pulseaudio { background-color: #e5c07b; color: #282c34; } #pulseaudio.muted { background-color: #90b1b1; color: #e5c07b; } #wireplumber.muted { background-color: #e06c75; } #custom-spotify { background-color: #8ec07c; color: #282828; } #temperature { color: #282828; background-color: #689d6a; } #temperature.critical { color: #282c34; background-color: #e06c75; } #tray { background-color: #2980b9; } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #e06c75; } #idle_inhibitor { background-color: #2d3436; } #idle_inhibitor.activated { background-color: #abb2bf; color: #2d3436; } #custom-os { background-color: #61afef; color: #282c34; font-size: 16px; } #custom-wakatime { background-color: #458588; color: #282828; }