diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 0625b77..bb9c9d2 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -403,36 +403,28 @@ in grace = 5; hide_cursor = true; }; - background = lib.mkForce [{ - path = "$HOME/.local/share/backgrounds/wallpaper.png"; + background = { blur_passes = 3; blur_size = 8; brightness = 0.6; - }]; - input-field = [{ + }; + input-field = { size = "280, 44"; outline_thickness = 2; dots_size = 0.25; dots_spacing = 0.2; dots_center = true; - outer_color = "rgb(${c.base02})"; - inner_color = "rgb(${c.base01})"; - font_color = "rgb(${c.base05})"; fade_on_empty = true; fade_timeout = 3000; placeholder_text = ""; - check_color = "rgb(${c.base0D})"; - fail_color = "rgb(${c.base08})"; fail_text = ""; - capslock_color = "rgb(${c.base0A})"; position = "0, -40"; halign = "center"; valign = "center"; rounding = 8; - }]; + }; label = [ { - # Time text = "$TIME"; color = "rgb(${c.base05})"; font_size = 72; @@ -442,7 +434,6 @@ in valign = "center"; } { - # Date text = "cmd[update:60000] date +'%A, %d %B'"; color = "rgb(${c.base04})"; font_size = 16;