* { margin-top: 2.5px; margin-bottom: 2.5px; margin-right: 2.5px; margin-left: 2.5px; font-family: mononoki Nerd Font, mononoki Nerd Font Mono; font-size: 16px; } window#waybar { background-color: rgba(29, 32, 33, 0.9); color: #ebdbb2; transition-property: background-color; transition-duration: .5s; } window#waybar.hidden { opacity: 0.2; } 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 */ button:hover { background: inherit; box-shadow: inset 0 -3px #ffffff; } #workspaces button { padding: 0 5px; background-color: transparent; color: #ebdbb2; border-radius: 5px; } #workspaces button.active { background-color: rgba(102, 92, 84, 0.5); color: #8ec07c; border-radius: 5px; } #workspaces button:hover { background: #7c6f64; color: #8ec07c; border-radius: 5px; } #workspaces button.focused { background-color: #7c6f64; box-shadow: inset 0 -3px #ebdbb2; border-radius: 5px; } #workspaces button.urgent { background-color: #eb4d4b; border-radius: 5px; } #mode { background-color: #64727D; border-bottom: 3px solid #ffffff; } #clock, #custom-powerprofiles, #battery, #backlight, #network, #pulseaudio, #language, #mode, #idle_inhibitor { padding: 0 10px; color: #ffffff; } #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: #504945; color: #ebdbb2; border-radius: 15px; } #battery { background-color: #79740e; color: #ebdbb2; border-radius: 6px; } #battery.charging, #battery.plugged { background-color: #98971a; color: #ebdbb2; border-radius: 6px; } @keyframes blink { to { background-color: #ffffff; color: #000000; } } #battery.critical:not(.charging) { background-color: #9d0006; color: #ebdbb2; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; border-radius: 6px; } label:focus { background-color: #ebdbb2; } #backlight { background-color: #b57614; color: #ebdbb2; border-radius: 6px; } #network { background-color: #9d0006; color: #ebdbb2; border-radius: 6px; } #network.disconnected { background-color: #9d0006; color: #ebdbb2; border-radius: 6px; } #pulseaudio { background-color: #076678; color: #ebdbb2; border-radius: 6px; } #pulseaudio.muted { background-color: #076678; color: #ebdbb2; border-radius: 6px; } #idle_inhibitor { background-color: #af3a03; color: #ebdbb2; border-radius: 6px; } #idle_inhibitor.activated { background-color: #d55d09; color: #ebdbb2; border-radius: 6px; } #language { background-color: #8f3f71; color: #ebdbb2; border-radius: 6px; } #custom-powerprofiles { background-color: #427b58; color: #ebdbb2; border-radius: 6px; }