From 2df63f8e1cc8caa69c12c89d58f50ea188a4a3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 30 Oct 2024 13:38:11 +0100 Subject: [PATCH] Home Gen397 @ 2024-10-30-13:31 --- modules/home/hyprland/config.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 55a198b..6d53a94 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -4,6 +4,31 @@ lib, ... }: { + programs.hyprlock.settings = lib.mkIf config.wayland.windowManager.hyprland.enable { + background = [ + { + path = "screenshot"; + blur_passes = 3; + blur_size = 9; + } + ]; + input-field = [ + { + size = "200, 50"; + position = "0, -80"; + monitor = ""; + dots_center = true; + fade_on_empty = false; + font_color = "rgb(202, 211, 245)"; + inner_color = "rgb(91, 96, 120)"; + outer_color = "rgb(24, 25, 38)"; + outline_thickness = 5; + placeholder_text = "Password..."; + shadow_passes = 2; + } + ]; + }; + wayland.windowManager.hyprland = lib.mkIf config.wayland.windowManager.hyprland.enable { settings = { exec-once = [