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