window#waybar { background: #000; color: #FFF; } * { /* `otf-font-awesome` is required to be installed for icons */ font-family: "Fira Code Nerd Font"; } window#waybar { background-color: transparent; color: #ffffff; transition-property: background-color; transition-duration: .5s; } window#waybar.hidden { opacity: 0.2; } /* 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 */ button:hover { background: inherit; box-shadow: inset 0 -3px #ffffff; } /* you can set a style on hover for any module like this */ #pulseaudio:hover { background-color: #a37800; } #workspaces button { padding: 0 5px; background-color: transparent; color: #ffffff; padding: 0 10px; } #workspaces button:hover { background: rgba(0, 0, 0, 0.2); } #workspaces button.focused { background-color: rgba(255, 255, 255, 0.2); box-shadow: inset 0 -3px #ffffff; } #workspaces button.urgent { background-color: #eb4d4b; } #mode { background-color: #64727D; box-shadow: inset 0 -3px #ffffff; } #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #wireplumber, #custom-media, #tray, #mode, #idle_inhibitor, #scratchpad, #power-profiles-daemon, #customcustom-light-dark-mode, #custom-ddcbrightness, #idle_inhibitor, #mpd { padding: 0 10px; color: #ffffff; } #window, #workspaces { margin: 0 10px; } /* 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 { } @keyframes blink { to { background-color: #ffffff; color: #000000; } } /* Using steps() instead of linear as a timing function to limit cpu usage */ #battery.critical:not(.charging) { background-color: #f53c3c; color: #ffffff; animation-name: blink; animation-duration: 0.5s; animation-timing-function: steps(12); animation-iteration-count: infinite; animation-direction: alternate; } #power-profiles-daemon { } #power-profiles-daemon.performance { } #power-profiles-daemon.balanced { } #power-profiles-daemon.power-saver { } label:focus { background-color: #000000; } #cpu { } #memory { } #disk { } #backlight { } #network { } #network.disconnected { background-color: #f53c3c; } #pulseaudio { } #pulseaudio.muted { } #wireplumber { } #wireplumber.muted { } #custom-media { } #custom-media.custom-spotify { } #custom-media.custom-vlc { } #temperature { } #temperature.critical { background-color: #eb4d4b; } #tray { } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: #eb4d4b; } #idle_inhibitor { } #idle_inhibitor.activated { background-color: rgba(255, 255, 255, 0.2); } #mpd { } #mpd.disconnected { } #mpd.stopped { } #mpd.paused { } #language { } #keyboard-state { } #keyboard-state > label { } #keyboard-state > label.locked { } #scratchpad { } #scratchpad.empty { background-color: transparent; } #privacy { padding: 0; } #privacy-item { padding: 0 5px; } #privacy-item.screenshare { } #privacy-item.audio-in { } #privacy-item.audio-out { } #bluetooth.disabled, #bluetooth.off { color: rgba(255, 255, 255, 0.7); } #systemd-failed-units.ok { } #systemd-failed-units.degraded { color: #f53c3c; }