fix(waybar): incorrect window alignments wit hyprland border spacings

This commit is contained in:
2026-02-21 01:14:51 +00:00
parent 2d25b86d8e
commit fab1b3a175

View File

@@ -76,7 +76,7 @@
background-color: @Buttons; background-color: @Buttons;
padding: 0.3rem 0.7rem; padding: 0.3rem 0.7rem;
margin: 5px 0px; margin: 5px 0px;
margin-left: 20px; margin-left: 7px;
margin-right: 10px; margin-right: 10px;
border-radius: 10px; /* This module is always rounded */ border-radius: 10px; /* This module is always rounded */
min-width: 0; min-width: 0;
@@ -118,6 +118,9 @@
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
} }
#custom-power {
margin-right: 11px;
}
#battery { #battery {
color: @Text; color: @Text;