@import "colorscheme.css"; * { border: none; min-height: 0; font-weight: normal; font-size: 14px; font-family: "Departure Mono"; } window#waybar { background-color: @bg0; border-bottom: 0px solid @overlay0; } #workspaces button { color: @gray; border: 1px solid @bg0; margin: 0px 2px; padding: 0px 8px; transition: all 0.4s ease; } #workspaces button.active { border: 1px solid @yellow; transition: all 0.4s ease; } .modules-left, .modules-center, .modules-right { padding-top: 0px; padding-bottom: 0px; margin: 3px 2px; } .modules-left { padding-left: 0px; } .modules-right { padding-right: 0px; } #clock, #cpu, #disk, #memory, #temperature, #tray, #wireplumber, #workspaces, #network, #taskbar, #custom-appmenu, #custom-gpu-usage, #custom-poweroff, #custom-weather { margin-left: 6px; margin-right: 6px; color: @gray; min-width: 45px; } #taskbar button { color: @gray; } #taskbar button.active { border: 1px solid @yellow; } #network { margin: 0px; padding: 0px; } #custom-appmenu { padding: 0px 4px; } #custom-appmenu, #workspaces label, #network { font-size: 18px; } #clock { min-width: 80px; }