/* compile with */ /* sass -w style.scss style.css */ * { /* `otf-font-awesome` is required to be installed for icons */ /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ font-family: Hasklug Nerd Font; font-size: 12px; } window#waybar { background-color: #282828; color: #fbf1c7; transition-property: background-color; transition-duration: 0.5s; /* &.empty { background-color: transparent; } &.solo { background-color: #FFFFFF; } */ } window#waybar.hidden { opacity: 0.2; } window#waybar.bottom { border-bottom: 3px solid #7c6f64; } 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: #504945; 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; } @keyframes blink { to { background-color: #fbf1c7; color: #282828; } } #battery { color: #f38019; } #battery.charging, #battery.plugged { color: #b8bb26; } #battery.critical:not(.charging) { color: #fb4934; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } label:focus { color: #282828; } #cpu { color: #b8bb26; border-bottom: solid 3px #b8bb26; } #memory { color: #fabd2f; border-bottom: solid 3px #fabd2f; } #disk { color: #83a598; border-bottom: solid 3px #83a598; } #backlight { color: #d3869b; border-bottom: solid 3px #d3869b; } #network { color: #8ec07c; border-bottom: solid 3px #8ec07c; } #network.disconnected { color: #cc241d; } #pulseaudio { color: #fabd2f; border-bottom: solid 3px #fabd2f; } #pulseaudio.muted { color: #d79921; border-bottom: solid 3px #d79921; } #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 { color: #b8bb26; } #temperature.critical { color: #fb4934; } #tray { background-color: #282828; } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #cc241d; } #idle_inhibitor { color: #d65d0e; border-bottom: 3px solid #b16286; } #idle_inhibitor.activated { color: #b8bb26; border-bottom: 3px solid #b8bb26; } #mpd { color: #b8bb26; border-bottom: 3px solid #b16286; } #mpd.disconnected { color: #cc241d; border-bottom: 3px solid #cc241d; } #mpd.stopped { color: #458588; border-bottom: 3px solid #458588; } #mpd.paused { color: #83a598; border-bottom: 3px solid #458588; } #language { color: #b16286; border-bottom: 3px solid #b16286; } #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); } #gpu-temp { color: #b16286; border-bottom: 3px solid #b16286; } /*# sourceMappingURL=style.css.map */