diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index d45d5d86..5b555573 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -67,9 +67,10 @@ enable = true; settings = { general = { + disable_loading_bar = false; hide_cursor = true; - grace = 5; - ignore_emptry_input = true; + grace = 3; + ignore_empty_input = true; }; background = [ { @@ -79,6 +80,19 @@ blur_size = 8; } ]; + shape = [ + { + monitor = ""; + size = "550, 185"; + color = "0xff${scheme.base00}"; + rounding = 10; + border_size = 2; + border_color = "0xff${accent}"; + position = "-10, -10"; + halign = "right"; + valign = "top"; + } + ]; label = [ { monitor = "";