fix(waybar): incorrect window alignments wit hyprland border spacings
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user