diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index 4d64d08..54ed84e 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -44,11 +44,26 @@ label { shadow_passes = 2 } +# KEYBOARD LAYOUT +label { + monitor = + text = $LAYOUT + color = $text + font_size = 20 + font_family = $font + rotate = 0 # degrees, counter-clockwise + + position = -130, -310 + halign = right + valign = top + shadow_passes = 2 +} + # USER AVATAR image { monitor = path = ~/.face - size = 100 + size = 350 border_color = $accent rounding = -1 @@ -61,7 +76,7 @@ image { # INPUT FIELD input-field { monitor = - size = 300, 60 + size = 400, 70 outline_thickness = 4 dots_size = 0.2 dots_spacing = 0.2 @@ -76,7 +91,7 @@ input-field { fail_color = $red fail_text = $FAIL ($ATTEMPTS) capslock_color = $yellow - position = 0, -35 + position = 0, -185 halign = center valign = center shadow_passes = 2 diff --git a/home/.face b/home/.face index 049269e..29f42ad 100644 Binary files a/home/.face and b/home/.face differ