From c84c19739f38bab03b0a21e081dfddbaf8ff77dd Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 6 Apr 2024 11:19:49 -0400 Subject: [PATCH] hyprlock: added label and grace period hyprlock: change welcome message --- .../desktopEnv/hypr/hyprlock/hyprlock.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/homeManagerModules/desktopEnv/hypr/hyprlock/hyprlock.conf b/homeManagerModules/desktopEnv/hypr/hyprlock/hyprlock.conf index 247c8088..3b7977d3 100644 --- a/homeManagerModules/desktopEnv/hypr/hyprlock/hyprlock.conf +++ b/homeManagerModules/desktopEnv/hypr/hyprlock/hyprlock.conf @@ -1,3 +1,8 @@ +general { + grace = 5 + +} + background { monitor = color = rgba(ca9ee6cc) @@ -30,9 +35,20 @@ input-field { numlock_color = -1 bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above) invert_numlock = false # change color if numlock is off - swap_font_color = false # see below position = 0, 0 halign = center valign = center +} + +label { + monitor = + text = wb $USER 󱠡 + color = rgb(250, 250, 250) + font_size = 25 + font_family = NotoSans Nerd Font + + position = 0, 80 + halign = center + valign = center } \ No newline at end of file