Adjust hyprlock input field and label positions
This commit is contained in:
@@ -28,7 +28,7 @@ input-field {
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgb(0, 0, 0)
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0.2)
|
||||
font_color = rgb(235, 219, 178)
|
||||
fade_on_empty = false
|
||||
@@ -36,7 +36,7 @@ input-field {
|
||||
check_color = rgb(235, 219, 178)
|
||||
placeholder_text = <i><span foreground="##ebdbb2">Input Password...</span></i>
|
||||
hide_input = false
|
||||
position = 0, -200
|
||||
position = 0, -100
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
@@ -48,7 +48,7 @@ label {
|
||||
color = rgba(235, 219, 178, 0.75)
|
||||
font_size = 22
|
||||
font_family = JetBrains Mono Nerd Font
|
||||
position = 0, 300
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
@@ -60,7 +60,7 @@ label {
|
||||
color = rgba(235, 219, 178, 0.75)
|
||||
font_size = 95
|
||||
font_family = JetBrains Mono Nerd Font Extrabold
|
||||
position = 0, 200
|
||||
position = 0, 100
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
@@ -69,7 +69,7 @@ label {
|
||||
# Profile Picture
|
||||
# image {
|
||||
# monitor =
|
||||
# path = /home/trude/Pictures/profile_pictures/justin_square.png
|
||||
# path = /home/trude/Pictures/profile_pictures/trude.png
|
||||
# size = 100
|
||||
# border_size = 2
|
||||
# border_color = $foreground
|
||||
|
||||
Reference in New Issue
Block a user