* { font-family: "Input Sans Compressed", sans-serif; font-size: 13px; } window#waybar { background-color: #FFFFFA; color: #0F261F; transition-property: background-color; transition-duration: .5s; } #waybar > box { border-bottom: 1px solid #000000; } window #waybar.hidden { opacity: 0.2; } button { border-radius: 0; transition-property: background-color; transition-duration: .1s; } button:hover { background: #4F8FE6; } #workspaces button { color: #8096A2; padding: 0 8px; background-color: transparent; } #workspaces button:hover { color: #fff; background-color: #4F8FE6; } #workspaces button.active { background-color: #23C17C; color: #FFFFFA; } #workspaces button.urgent { padding: 0 5px; background-color: #FA2B00; } #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #wireplumber, #custom-media, #custom-builds, #tray, #mode, #idle_inhibitor, #scratchpad, #power-profiles-daemon, #mpd { padding: 0 8px; } #battery { color: #0F261F; background-color: #DAE6E3; } #battery.critical:not(.charging) { background-color: #FA2B00; color: #DAE6E3; } #battery.warning:not(.charging) { background-color: #FAED8F; } #power-profiles-daemon { padding-right: 10px; } #power-profiles-daemon.performance { background-color: #FA2B00; color: #0F261F; } #power-profiles-daemon.balanced { color: #DAE6E3; background-color: #4F8FE6; } #power-profiles-daemon.power-saver { background-color: #23C17C; color: #0F261F; } #idle_inhibitor { color: #0F261F; background: #DAE6E3; } #idle_inhibitor.activated { background: #4F8FE6; } #mpd { color: #0F261F; background-color: #FAED8F; margin-right: 8px; } #custom-tailscale.connected { color: #0F261F; background-color: #80FFCC; } #custom-tailscale.stopped { color: #0F261F; background-color: #90A6A2; } #custom-mullvad.connected { color: #0F261F; background-color: #FFB4F0; } #custom-mullvad.disconnected { color: #0F261F; background-color: #B5D1CC; } menu { background-color: #FFFFFF; border: 1px solid #000000; border-radius: 8px; transition-property: background-color; transition-duration: .1s; padding: 2px; } menuitem { color: #0F261F; border-radius: 0px; padding: 5px; } menuitem:hover { background: #4F8FE6; color: #FFFFFF; } menuitem:first-child { border-radius: 7px 7px 0px 0px; } menuitem:last-child { border-radius: 0px 0px 7px 7px; } menu separator { margin: 5px 0; } #custom-builds { background-color: #90A6A2; color: #0F261F; } #custom-builds.has_success { background-color: #23C17C; } #custom-builds.has_running { background-color: #FAED8F; } #custom-builds.has_failures { background-color: #FA2B00; color: #DAE6E3; }