bug: fix waybar after merge

This commit is contained in:
2026-03-31 19:00:14 -04:00
parent 332ed27869
commit f9a20c0717

View File

@@ -47,9 +47,10 @@ tooltip {
#battery, #battery,
#tray, #tray,
#custom-power { #custom-power {
background: @background; background: alpha(@background, 0.56);
border: 1px solid alpha(@accent-alt, 0.22); border: 1px solid alpha(@foreground, 0.14);
border-radius: 8px; border-radius: 14px;
box-shadow: 0 8px 24px alpha(@background, 0.22);
margin: 0 5px; margin: 0 5px;
padding: 0 12px; padding: 0 12px;
min-height: 34px; min-height: 34px;