diff --git a/modules/hyprland/hyprlock.nix b/modules/hyprland/hyprlock.nix index a57f59f..db0961a 100644 --- a/modules/hyprland/hyprlock.nix +++ b/modules/hyprland/hyprlock.nix @@ -23,6 +23,7 @@ in { blur_size = 5; blur_passes = 2; vibrancy_darkness = 0.0; + brightness = 1.0; } ]; @@ -38,10 +39,19 @@ in { ]; labels = [ + { + inherit monitor; + text = "$TIME"; + font_size = 80; + font_family = "Ubuntu Mono"; + position.y = 240; + shadow_passes = 3; + } { inherit monitor; text = " Groovy "; font_family = "Ubuntu Mono"; + shadow_passes = 3; } ]; };