* { /* `otf-font-awesome` is required to be installed for icons */ /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ font-family: FiraCode Nerd Font Mono; font-size: 12px; } window#waybar { background-color: #282828; border-bottom: 3px solid #7c6f64; color: #fbf1c7; transition-property: background-color; transition-duration: 0.5s; } window#waybar.hidden { opacity: 0.2; } /* window#waybar.empty { background-color: transparent; } window#waybar.solo { background-color: #FFFFFF; } */ window#waybar.termite { background-color: #282828; } window#waybar.chromium { background-color: #282828; border: none; } #workspaces button { padding: 0 5px; background-color: transparent; color: #fbf1c7; /* 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; border-radius: 0; /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ } #workspaces button:hover { background: rgba(0, 0, 0, 0.2); box-shadow: inset 0 -3px #fbf1c7; } #workspaces button.focused { background-color: #504945; box-shadow: inset 0 -3px #fbf1c7; } #workspaces button.urgent { background-color: #eb4d4b; } #mode { background-color: #64727D; border-bottom: 3px solid #fbf1c7; } #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor, #mpd { padding: 0 10px; color: #fbf1c7; } #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: #64727D; } @keyframes blink { to { background-color: #fbf1c7; color: #000000; } } #battery { background-color: #fbf1c7; color: #000000; } #battery.charging, #battery.plugged { color: #fbf1c7; background-color: #b8bb26; } #battery.critical:not(.charging) { color: #fbf1c7; background-color: #fb4934; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } label:focus { background-color: #282828; } #cpu { background-color: #b8bb26; color: #000000; } #memory { background-color: #fabd2f; } #disk { background-color: #83a598; } #backlight { background-color: #d3869b; } #network { background-color: #8ec07c; } #network.disconnected { background-color: #cc241d; } #pulseaudio { background-color: #fabd2f; color: #000000; } #pulseaudio.muted { background-color: #d79921; color: #2a5c45; } #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: #b8bb26; } #temperature.critical { background-color: #fb4934; } #tray { background-color: #2980b9; } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #eb4d4b; } #idle_inhibitor { background-color: #7c6f64; } #idle_inhibitor.activated { background-color: #a89984; color: #7c6f64; } #mpd { background-color: #b8bb26; color: #2a5c45; } #mpd.disconnected { background-color: #cc241d; } #mpd.stopped { background-color: #458588; } #mpd.paused { background-color: #83a598; } #language { background: #00b093; color: #740864; padding: 0 5px; margin: 0 5px; min-width: 16px; } #keyboard-state { background: #689d6a; color: #282828; padding: 0 0px; margin: 0 5px; min-width: 16px; } #keyboard-state > label { padding: 0 5px; } #keyboard-state > label.locked { background: rgba(0, 0, 0, 0.2); } /*# sourceMappingURL=style.css.map */