waybar: move it to the top
This commit is contained in:
parent
f8d80208c6
commit
4ea4a77f17
|
@ -12,7 +12,7 @@ window#waybar {
|
|||
/* background: @base; */
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
border-radius: 14px 14px 0px 0px;
|
||||
border-radius: 0px 0px 14px 14px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"position": "bottom",
|
||||
"position": "top",
|
||||
"height": 36,
|
||||
// "width": 900,
|
||||
"width": 900,
|
||||
"spacing": 0,
|
||||
"margin-bottom": 0,
|
||||
"margin-bottom": -10,
|
||||
"layer": "top",
|
||||
"modules-left": ["tray"],
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
|
|
Loading…
Reference in a new issue