source = ./themes/luna/colors.conf $font = JetBrains Mono Nerd Font 10 background { monitor = path = $HOME/.config/hypr/themes/luna/walls/neon-dim.png color = rgb($lavenderAlpha) blur_size = 4 blur_passes = 3 noise = 0.0117 contrast = 1.3000 brightness = 0.8000 vibrancy = 0.2100 vibrancy_darkness = 0.0 } input-field { monitor = DP-1 size = 250, 50 outline_thickness = 3 dots_size = 0.2 dots_spacing = 0.64 dots_center = true outer_color = rgb($lavenderAlpha) inner_color = rgb($baseAlpha) font_color = rgb($textAlpha) fade_on_empty = true placeholder_text = Password... hide_input = false position = 0, 50 halign = center valign = bottom } # Current time label { monitor = DP-1 text = cmd[update:1000] echo " $(date +"%H:%M:%S") " color = rgb($textAlpha) font_size = 64 font_family = $font position = 0, 16 halign = center valign = center } # User label label { monitor = DP-1 text = Hey $USER! color = rgb($textAlpha) font_size = 20 font_family = $font position = 0, 0 halign = center valign = center } # Type to unlock label { monitor = DP-1 text = Type to unlock! color = rgb($textAlpha) font_size = 16 font_family = $font position = 0, 30 halign = center valign = bottom }