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