Move waybar to bottom of screen
This commit is contained in:
parent
26ae1870a4
commit
0af102cba3
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
settings.main = {
|
settings.main = {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
position = "top";
|
position = "bottom";
|
||||||
# Layout
|
# Layout
|
||||||
"modules-left" = ["hyprland/window" "mpris"];
|
"modules-left" = ["hyprland/window" "mpris"];
|
||||||
"modules-center" = ["hyprland/workspaces"];
|
"modules-center" = ["hyprland/workspaces"];
|
||||||
|
@ -236,7 +236,7 @@
|
||||||
window > box {
|
window > box {
|
||||||
color: ${base05};
|
color: ${base05};
|
||||||
background: alpha(${base00}, 0.5);
|
background: alpha(${base00}, 0.5);
|
||||||
margin: 10px 10px 0px;
|
margin: 0px 10px 10px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: 1px solid ${accent};
|
border: 1px solid ${accent};
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
Loading…
Reference in a new issue