@import "./scheme.css"; * { font-size: 16px; } window { background: transparent; } window > box { color: @base05; background: alpha(@base00, 0.5); box-shadow: inset 0 0 0 1px alpha(@base03, 0.1), 0 0 0 1px alpha(@base00, 0.5); margin: 5px 5px 0px; padding: 0px; border: 1px solid @base03; border-radius: 10px; } tooltip { color: @base05; background: alpha(@base00, 0.5); box-shadow: inset 0 0 0 1px alpha(@base0A, 0.1), 0 0 0 1px alpha(@base00, 0.5); border: 1px solid @base0A; border-radius: 10px; padding: 5px; margin: 0px; } #workspaces, #cava, #cpu, #memory, #temperature, #clock, #mpris, #pulseaudio, #bluetooth, #network, #backlight, #battery, #tray { color: @base05; margin: 0px; padding: 1px 5px; } #workspaces button { border: 1px solid transparent; border-radius: 10px; color: @base03; margin: 0px; padding: 0px 5px; } #workspaces button.active { color: @base05; } #workspaces button.urgent { border: 1px solid @base07; color: @base05; }