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