From 2ee77011c217b2603aebe1d98b3d66fd50695097 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:58 +1000 Subject: [PATCH] hypr: added hyprlock configuration --- stow/.config/hypr/hyprlock.conf | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 stow/.config/hypr/hyprlock.conf diff --git a/stow/.config/hypr/hyprlock.conf b/stow/.config/hypr/hyprlock.conf new file mode 100644 index 0000000..13c4a08 --- /dev/null +++ b/stow/.config/hypr/hyprlock.conf @@ -0,0 +1,34 @@ +general { + hide_cursor = true + grace = 1 + ignore_empty_input = true + enable_fingerprint = true + +} + +background { + path = screenshot + blur_passes = 3 + blur_size 15 + noise = 0.01 +} + +input-field { + fade_on_empty = true + halign = right + valign = bottom + position = -100, 100 + inner_color = rgb(0, 0, 0) + outer_color = rgb(0, 0, 0) + font_color = rgb(255, 255, 255) + rounding = 0 +} + +label { + position = 0, 0 + valign = center + halign = center + font_size = 256 + font_family = JetBrainsMono Nerd Font + text = $TIME12 +}