Move waybar back to top
This commit is contained in:
parent
91a5f4665b
commit
a77254401b
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue