@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: alpha(@mantle, 0.7); border-top: 4px solid @crust; border-radius: 0px; color: @peach; padding: 4px; } window#waybar.hidden { opacity: 0.2; } #workspaces button { color: @peach; transition: all 0.1s ease; } #workspaces button.active { background-color: alpha(@peach, 0.2); border-radius: 2px; margin-top: 2px; margin-bottom: 2px; transition: all 0.1s ease; } .modules-left, .modules-center, .modules-right { padding: 4 4 2 4px; } #clock, #cpu, #disk, #memory, #network, #temperature, #tray, #wireplumber, #custom-gpu, #custom-poweroff, #custom-weather { background-color: @base; border-radius: 6px; margin-left: 6px; margin-right: 6px; padding: 0 10px; color: @peach; }