* { font-family: monospace; font-size: 17px; border: none; } window#waybar { background-color: #2b3339; color: #d3c6aa; } window#waybar > * { margin-top: 3px; margin-bottom: 3px; /* margin-top + bar underline thickness */ } window#waybar.hidden { opacity: 0.2; } #workspaces { padding: 0; margin: 0; } #workspaces button { padding: 0; min-height: 0px; margin-left: 4px; color: #495156; } #workspaces button.active { color: #d3c6aa; } #workspaces button.urgent { color: #e67e80; } #mode { background-color: #ff0000; box-shadow: inset 0 -3px #0000ff; } #custom-clock, #battery, #cpu, #custom-memory, #disk, #temperature, #backlight, #network, #custom-rainchance, #custom-weather, #custom-torrent, #custom-mailbox, #custom-volume, #custom-microphone, #wireplumber, #custom-news, #custom-packages, #custom-media, #custom-music, #custom-recording, #custom-internet, #image, #tray, #mode, #idle_inhibitor, #scratchpad, #power-profiles-daemon, #custom-notifications, #custom-power, #mpd { padding: 0 2px; margin-right: 2px; } #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; } #custom-notifications { background-color: @color-widget-notifications-bg; color: @color-widget-notifications-fg; font-size: 20px; padding-right: 14px; } #custom-power { background-color: @color-widget-power-bg; color: @color-widget-power-fg; font-size: 20px; margin-right: 4px; } #battery { background-color: @color-widget-battery-bg; color: @color-widget-battery-fg; } #battery.charging, #battery.plugged { background-color: @color-widget-battery-bg; color: @color-widget-battery-fg; } #battery.charging { } @keyframes blink-battery-low { to { background-color: @color-widget-battery-low-blink-bg; color: @color-widget-battery-low-blink-fg; } } #battery:not(.charging) { } /* Using steps() instead of linear as a timing function to limit cpu usage */ #battery.critical:not(.charging) { background-color: @color-widget-battery-low-bg; color: @color-widget-battery-low-fg; animation-name: blink-battery-low; animation-duration: 0.5s; animation-timing-function: steps(12); animation-iteration-count: infinite; animation-direction: alternate; } #power-profiles-daemon { } #power-profiles-daemon.performance { background-color: @color-widget-power-profile-performance-bg; color: @color-widget-power-profile-performance-fg; } #power-profiles-daemon.balanced { background-color: @color-widget-power-profile-balanced-bg; color: @color-widget-power-profile-balanced-fg; } #power-profiles-daemon.power-saver { background-color: @color-widget-power-profile-saver-bg; color: @color-widget-power-profile-saver-fg; } label:focus { background-color: #ff0000; } #cpu { color: #d3c6aa; } #cpu.mid { color: #dbbc7f; } #cpu.high { color: #e67e80; } #disk { background-color: #ff0000; } #backlight { background-color: @color-widget-backlight-bg; color: @color-widget-backlight-fg; } #custom-weather { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } #custom-rainchance { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } #network { background-color: #ff0000; } #network.disconnected { background-color: #ff0000; } #custom-rainchance { margin-right: 0px; padding-right: 0px; } #custom-microphone { border-bottom-right-radius: 0px; border-top-right-radius: 0px; margin-right: 0px; padding-right: 0px; } #custom-volume { border-bottom-left-radius: 0px; border-top-left-radius: 0px; } #custom-music, #image { background-color: @color-widget-tray-bg; } #custom-music { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } #image { padding-top: 3px; padding-bottom: 3px; margin-right: 0px; padding-right: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } #image.empty { opacity: 0; } #pulseaudio.muted { background-color: @color-widget-audio-muted-bg; color: @color-widget-audio-muted-fg; } #custom-media { background-color: #ff0000; color: #0000ff; min-width: 100px; } #custom-torrent { background-color: @color-widget-tray-bg; } #custom-news { background-color: @color-widget-tray-bg; } #custom-media.custom-spotify { background-color: #00ff00; } #custom-media.custom-vlc { background-color: #ff0000; } #custom-recording { background-color: @color-widget-tray-bg; } #temperature { background-color: @color-widget-temperature-bg; color: @color-widget-temperature-fg; } #temperature.critical { background-color: @color-widget-temperature-critical-bg; color: @color-widget-temperature-critical-fg; } #tray { background-color: @color-widget-tray-bg; } #tray > .passive { -gtk-icon-effect: dim; } #tray > .needs-attention { -gtk-icon-effect: highlight; background-color: @color-widget-tray-needs-attention; } #idle_inhibitor { background-color: @color-widget-idle-inhibitor-off-bg; color: @color-widget-idle-inhibitor-off-fg; } #idle_inhibitor.activated { background-color: @color-widget-idle-inhibitor-on-bg; color: @color-widget-idle-inhibitor-on-fg; } #mpd { background-color: #ff0000; color: #0000ff; } #mpd.disconnected { background-color: #00ff00; } #mpd.stopped { background-color: #ff0000; } #mpd.paused { background-color: #ffff00; } #language { background: #ff0000; color: #0000ff; padding: 0 5px; margin: 0 5px; min-width: 16px; } #keyboard-state { background: #0000ff; color: #ff0000; 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); } #scratchpad { background-color: @color-widget-scratchpad-bg; color: @color-widget-scratchpad-fg; } #scratchpad.empty { background-color: transparent; } #privacy { padding: 0; } #privacy-item { padding: 0 5px; color: white; } #privacy-item.screenshare { background-color: #ff0000; } #privacy-item.audio-in { background-color: #0000ff; } #privacy-item.audio-out { background-color: #00ff00; } tooltip { background-color: @color-tooltip-bg; border: none; border-radius: 5px; } tooltip decoration { box-shadow: none; } tooltip decoration:backdrop { box-shadow: none; } tooltip label { color: @color-tooltip-fg; padding-left: 5px; padding-right: 5px; }