* { border: none; border-radius: 0; /* font-family: Fira Code; */ min-height: 20px; padding: 5px; } window#waybar { background: transparent; } window#waybar.hidden { opacity: 0.2; } #workspaces { margin-right: 8px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #workspaces button { transition: none; color: @base04; background: transparent; padding: 0px; font-size: 18px; } #workspaces button.persistent { color: @base04; font-size: 12px; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ #workspaces button:hover { transition: none; box-shadow: inherit; text-shadow: inherit; border-radius: inherit; color: @base02; background: #7c818c; } #workspaces button.focused { color: @base05; } #idle_inhibitor { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #idle_inhibitor.activated { color: @base00; background: @base0E; } #keyboard-state { margin-right: 8px; padding-left: 16px; padding-right: 8px; border-radius: 10px 10px 10px 10px; transition: none; color: @base05; background: @base02; } #keyboard-state label.locked { color: @base00; background: @base0D; } #mode { padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #network { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #clock { padding-left: 16px; padding-right: 16px; border-radius: 10px 10px 10px 10px; transition: none; color: @base05; background: @base02; } #wireplumber { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #wireplumber.muted { background-color: @base03; color: @base08; } #cpu { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #memory { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #temperature { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #temperature.critical { background-color: @base08; } #backlight { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #battery { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #battery.charging { color: @base05; background-color: @base0B; } #battery.warning:not(.charging) { background-color: @base09; color: @base00; } #battery.critical:not(.charging) { background-color: @base08; color: @base00; animation-name: blink; animation-duration: 0.5s; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; } #tray { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #power-profiles-daemon { margin-right: 8px; padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } #custom-power { padding-left: 16px; padding-right: 16px; border-radius: 10px; transition: none; color: @base05; background: @base02; } @keyframes blink { to { background-color: @base05; color: #000000; } }