Move waybar back to top

This commit is contained in:
Evie Litherland-Smith 2024-04-15 17:26:31 +01:00
parent 91a5f4665b
commit a77254401b

View file

@ -18,7 +18,7 @@
};
settings.main = {
layer = "top";
position = "bottom";
position = "top";
# Layout
"modules-left" = ["sway/workspaces"];
"modules-center" = ["mpris"];
@ -260,7 +260,7 @@
window > box {
color: ${base05};
background: alpha(${base00}, 0.8);
margin: 0px 10px 10px;
margin: 10px 10px 0px;
padding: 0px;
border: 1px solid ${accent};
border-radius: 10px;