waybar: move it to the top

This commit is contained in:
timoxa0 2024-12-02 12:12:30 +05:00
parent f8d80208c6
commit 4ea4a77f17
2 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -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"],