@import "mocha.css"; * { border: none; border-radius: 0px; min-height: 0; font-weight: bold; font-size: 14px; font-family: "Hack Nerd Font"; } window#waybar { background: @mantle; border: 4px solid @crust; border-radius: 0px; color: @peach; } window#waybar.hidden { opacity: 0.2; } #workspaces { background: transparent; } #workspaces button { color: @peach; background: transparent; transition: all 0.1s ease; } #workspaces button.active { background-color: alpha(@base, 0.5); margin-top: 2px; margin-bottom: 2px; transition: all 0.1s ease; } .modules-left, .modules-center, .modules-right { background: alpha(@mantle, 0.6); margin: 4px; padding: 0 5px; } #clock, #cpu, #disk, #memory, #network, #temperature, #tray, #workspaces, #wireplumber, #custom-gpu, #custom-poweroff, #custom-weather { background-color: @base; border-radius: 6px; margin-top: 4px; margin-bottom: 4px; margin-left: 6px; margin-right: 6px; padding: 0 10px; color: @peach; }