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