fix(waybar/hyprland): made all margins the same

This commit is contained in:
2026-03-24 00:30:34 -04:00
parent d5cc0a1de1
commit 054730ba26
3 changed files with 5 additions and 23 deletions

View File

@@ -2,10 +2,10 @@
"layer": "top",
"position": "top",
"mod": "dock",
"margin-left": 10,
"margin-right": 10,
"margin-top": 4,
"margin-bottom": 4,
"margin-left": 4,
"margin-right": 4,
"margin-top": 8,
"margin-bottom": 0,
"exclusive": true,
"passthrough": false,
"gtk-layer-shell": true,

View File

@@ -49,7 +49,7 @@ tooltip {
#custom-power {
background: @background;
border: 1px solid alpha(@accent-alt, 0.22);
border-radius: 14px;
border-radius: 8px;
margin: 0 5px;
padding: 0 12px;
min-height: 34px;