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