From 994c0254c0d6f051baacf742ea7b34e07c03c965 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 13 Apr 2024 15:42:22 +0200 Subject: [PATCH] Ajout : config hyprlock ahrc-laptop --- config/hypr-ahrc--laptop/hyprlock.conf | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 config/hypr-ahrc--laptop/hyprlock.conf diff --git a/config/hypr-ahrc--laptop/hyprlock.conf b/config/hypr-ahrc--laptop/hyprlock.conf new file mode 100644 index 0000000..fe07755 --- /dev/null +++ b/config/hypr-ahrc--laptop/hyprlock.conf @@ -0,0 +1,42 @@ +general { + hide_cursor = true + no_fade_in = true +} + +background { + monitor = + path = screenshot + blur_passes = 3 + blur_size = 5 +} + +input-field { + monitor = + size = 640, 50 + outline_thickness = 3 + dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 + dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0 + dots_center = false + outer_color = rgb(151515) + inner_color = rgb(200, 200, 200) + font_color = rgb(10, 10, 10) + fade_on_empty = true + placeholder_text = Input Password... # Text rendered in the input box when it's empty. + hide_input = false + rounding = -1 # -1 means complete rounding (circle/oval) + + position = 0, -20 + halign = center + valign = center +} + +label { + monitor = + text = cmd[update:500] date '+%Y-%m-%d%n %H:%M:%S' + font_size = 25 + font_family = Hack Nerd Font + + position = 0, 80 + halign = center + valign = center +}