$text_color = rgba(FFDAD5FF) $entry_background_color = rgba(41000111) $entry_border_color = rgba(91919155) $entry_color = rgba(FFDAD5FF) $font_family = Rubik Light $font_family_clock = Rubik Light $font_material_symbols = Material Symbols Rounded background { color = rgba(181818FF) # path = {{ SWWW_WALL }} monitor = path = /home/djorgensen/Pictures/Wallpaper/leafeon.jpg blur_size = 1 blur_passes = 4 brightness = 0.25 } input-field { monitor = size = 250, 50 outline_thickness = 2 dots_size = 0.1 dots_spacing = 0.3 outer_color = $entry_border_color inner_color = $entry_background_color font_color = $entry_color fade_on_empty = true position = 0, 90 halign = center valign = bottom } label { # Clock monitor = text = $TIME color = $text_color font_size = 65 font_family = $font_family_clock position = 0, 300 halign = center valign = center } label { # Date monitor = text = cmd[update:5000] date +"%A, %B %d" color = $text_color font_size = 17 font_family = $font_family position = 0, 240 halign = center valign = center } label { # User monitor = text =  $USER color = $text_color shadow_passes = 1 shadow_boost = 0.35 outline_thickness = 2 dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = true font_size = 20 font_family = $font_family position = 0, 50 halign = center valign = bottom } label { # Status monitor = text = cmd[update:5000] ${XDG_CONFIG_HOME:-$HOME/.config}/hypr/hyprlock/status.sh color = $text_color font_size = 14 font_family = $font_family position = 30, -30 halign = left valign = top }