fix(waybar/hyprland): made all margins the same
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user