Set waybar to top layer
This commit is contained in:
parent
76ade85b84
commit
588c978e0c
|
@ -56,13 +56,13 @@ in {
|
|||
];
|
||||
|
||||
animations = {
|
||||
bezier = [ "overshot, 0.13, 0.99, 0.29, 1.1" ];
|
||||
bezier = [ "overshot, 0.13, 0.99, 0.29, 1.06" ];
|
||||
animation = [
|
||||
"windows, 1, 2, default, popin 70%"
|
||||
"windowsMove, 1, 4, overshot, slide"
|
||||
"border, 1, 8, default,"
|
||||
"fade, 1, 8, default,"
|
||||
"workspaces, 1, 4, overshot, slide"
|
||||
"workspaces, 1, 5, overshot, slidevert"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
settings =
|
||||
let spanfa = "<span font=\"Font Awesome 5 Regular 11\">";
|
||||
in [{
|
||||
layer = "top";
|
||||
height = 32;
|
||||
margin = "8 8 0";
|
||||
|
||||
|
||||
modules-left = [ "hyprland/workspaces" "custom/sep" "cpu" "memory" "temperature" ];
|
||||
|
||||
modules-center = [ "hyprland/window" ];
|
||||
|
|
Loading…
Reference in a new issue