Skip to content

Commit 8aae2b3

Browse files
kRHYME7rubiin
authored andcommitted
fix(hyprlock): greetd
1 parent 4dcec19 commit 8aae2b3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Configs/.config/hypr/hyprlock/greetd.conf

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,31 @@ label {
3535
# User-Box (below authenticate box, relative to center)
3636
shape {
3737
monitor =
38-
size = 35%, 10%
39-
color = rgba(0, 0, 0, 0)
38+
size = 15%, 3%
39+
color = rgb(0, 0, 0)
4040
rounding = 0
4141
border_size = 2
42-
border_color = rgba(255, 255, 255, 1)
42+
border_color = rgb(0, 0, 0)
4343
rotate = 0
44-
position = 0, 0
45-
halign = center
44+
position = 35%, 5%
45+
halign = left
4646
valign = center
47+
zindex = 5
4748
}
4849

4950

5051
# Authenticate Box (centered)
5152
shape {
5253
monitor =
53-
size = 11%, 3%
54-
color = rgb(0, 0, 0)
54+
size = 35%, 10% # width: 40% of screen, height: 10%
55+
color = rgba(0, 0, 0, 0)
5556
rounding = 0
5657
border_size = 2
57-
border_color = rgb(0, 0, 0)
58+
border_color = rgba(255, 255, 255, 1)
5859
rotate = 0
59-
position = -8%, 5%
60+
position = 0, 0
6061
halign = center
6162
valign = center
62-
zindex = 5
6363
}
6464

6565

@@ -69,7 +69,7 @@ label {
6969
text = cmd[] source /etc/os-release ; echo "Authenticate into ${PRETTY_NAME:-$NAME}"
7070
color = rgba(216, 222, 233, 0.80)
7171
font_size = 11
72-
position = -8%, 5%
72+
position = -7.5%, 5%
7373
halign = center
7474
valign = center
7575
zindex = 5

0 commit comments

Comments
 (0)