* { font-family: "Input Sans Compressed", sans-serif; font-size: 13px; } window#waybar { color: #0F261F; background: rgba(0,0,0,0); transition-property: background-color; transition-duration: .5s; } #waybar > box { border-bottom: 1px solid #000000; background-color: #FFFFFA; } window #waybar.hidden { opacity: 0.2; } button { border: 0; border-radius: 0; padding: 0 8px; transition-property: background-color; transition-duration: .1s; } button:hover { box-shadow: none; } #workspaces button { color: #8096A2; background-color: transparent; } #workspaces button:hover { color: #FFFFFA; background: #4F8FE6; box-shadow: inherit; text-shadow: inherit; } #workspaces button.active { background-color: #23C17C; color: #FFFFFA; } #workspaces button.urgent { background-color: #FA2B00; } #workspaces button.inactive { color: #ccc; } #clock, #battery, #bluetooth, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #wireplumber, #custom-media, #custom-builds, #tray, #mode, #idle_inhibitor, #scratchpad, #power-profiles-daemon, #language, #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: 0 9px; } #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; color: #FFF; } #language { color: #0F261F; background-color: #FFFFFF; } #mpd { color: #0F261F; background-color: #FAED8F; margin-right: 8px; } #custom-mullvad, #custom-tailscale { padding: 0 2px; } #custom-tailscale.connected { color: #0F261F; background-color: #80FFCC; } #custom-tailscale.stopped { color: #0F261F; background-color: #90A6A2; } #custom-mullvad { padding-bottom: 3px; } #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; } tooltip { background-color: #FAED8F; border-radius: 4; color: #0F261F; text-shadow: none; border: none; box-shadow: none; margin: 0; } tooltip * { color: #0F261F; }