1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

hyprlock config updated & .face changed

This commit is contained in:
xnm
2024-05-04 16:07:45 +03:00
parent 42cd5060b6
commit c05a428e38
2 changed files with 18 additions and 3 deletions

View File

@@ -44,11 +44,26 @@ label {
shadow_passes = 2 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 # USER AVATAR
image { image {
monitor = monitor =
path = ~/.face path = ~/.face
size = 100 size = 350
border_color = $accent border_color = $accent
rounding = -1 rounding = -1
@@ -61,7 +76,7 @@ image {
# INPUT FIELD # INPUT FIELD
input-field { input-field {
monitor = monitor =
size = 300, 60 size = 400, 70
outline_thickness = 4 outline_thickness = 4
dots_size = 0.2 dots_size = 0.2
dots_spacing = 0.2 dots_spacing = 0.2
@@ -76,7 +91,7 @@ input-field {
fail_color = $red fail_color = $red
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
capslock_color = $yellow capslock_color = $yellow
position = 0, -35 position = 0, -185
halign = center halign = center
valign = center valign = center
shadow_passes = 2 shadow_passes = 2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 856 KiB