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