# Hyprlock Themed Config 💫 Matching EWW general { grace = 2 hide_cursor = true ignore_empty_input = true } auth { pam:module = sudo } background { monitor = path = ~/Pictures/background.jpg blur_size = 6 blur_passes = 2 noise = 0.015 contrast = 1.25 brightness = 0.85 vibrancy = 0.2 vibrancy_darkness = 0.1 } input-field { monitor = size = 300, 60 outline_thickness = 4 dots_size = 0.5 dots_spacing = 0.2 dots_center = true hide_input = false placeholder_text = Password... position = 0, 220 halign = center valign = bottom # Accent border & color matching EWW inner_color = rgb(1a1a1a) outline_color = rgb(E40046) font_color = rgb(b0b4bc) font_family = Agave Nerd Font Mono font_size = 18 } # DATE label { text = cmd[update:18000000] echo " "$(date +'%A, %-d %B %Y')" " color = rgb(5018dd) font_size = 34 font_family = Agave Nerd Font Mono position = 0, -150 halign = center valign = top } # WEEK label { text = cmd[update:18000000] echo " "$(date +'Week %U')" " color = rgb(E40046) font_size = 24 font_family = Agave Nerd Font Mono position = 0, -250 halign = center valign = top } # TIME label { text = cmd[update:1000] echo " $(date +"%H:%M:%S") " color = rgb(b0b4bc) font_size = 94 font_family = Agave Nerd Font Mono position = 0, 0 halign = center valign = center } # USER label { text =  $USER color = rgb(5018dd) font_size = 18 font_family = Agave Nerd Font Mono position = 0, 100 halign = center valign = bottom } # UPTIME label { text = cmd[update:60000] echo " "$(uptime -p || $Scripts/UptimeNixOS.sh)" " color = rgb(b0b4bc) font_size = 24 font_family = Agave Nerd Font Mono position = 0, 0 halign = right valign = bottom } # BATTERY label { text = cmd[update:10000] sh ~/Dotfiles/desktopenvs/hyprland/eww/scripts/batteryperc color = rgb(E40046) font_size = 24 font_family = Agave Nerd Font Mono position = 50, 0 halign = left valign = bottom } # PROFILE PICTURE OR LOGO #image { # path = ~/Pictures/profile.jpg # size = 230 # rounding = 80 # border_size = 4 # border_color = rgb(5018dd) # rotate = 0 # position = 0, 700 # halign = center # valign = bottom #}