-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyprlock.conf
125 lines (112 loc) · 2.58 KB
/
hyprlock.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
#-- General ----------------------------------------------------
general {
disable_loading_bar = false
hide_cursor = true
grace = 0
no_fade_in = false
no_fade_out = false
ignore_empty_input = false
}
#-- Background -------------------------------------------------
background {
monitor =
path = ~/.config/hypr/wallpapers/lockscreen.png
color = rgba(32, 38, 44, 1.0)
blur_passes = 0
blur_size = 6
noise = 0.0115
contrast = 0.9000
brightness = 0.8500
vibrancy = 0.1500
vibrancy_darkness = 0.0
}
#-- Image ------------------------------------------------------
#image {
# monitor =
# path = ~/.config/hypr/wallpapers/images/pochita.png
# size = 128
# rounding = -1
# border_size = 4
# border_color = rgb(221, 221, 221)
#
# position = 0, 200
# halign = center
# valign = center
#}
#-- Input ------------------------------------------------------
input-field {
monitor =
size = 250, 50
outline_thickness = 4
dots_size = 0.35
dots_spacing = 0.25
dots_center = false
dots_rounding = -2
outer_color = rgb(70, 84, 99)
inner_color = rgb(70, 84, 99)
font_color = rgb(241, 252, 249)
fade_on_empty = true
fade_timeout = 1000
placeholder_text = <i>Enter Password</i>
hide_input = false
rounding = 24
check_color = rgb(180, 161, 219)
fail_color = rgb(219, 134, 186)
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
fail_transition = 300
capslock_color = -1
numlock_color = -1
bothlock_color = -1
invert_numlock = false
swap_font_color = false
position = 0, -50
halign = center
valign = center
shadow_passes = 3
shadow_size = 6
shadow_color = rgb(0, 0, 0)
shadow_boost = 0.50
}
#-- Label ------------------------------------------------------
#
# Time
label {
monitor =
text = $TIME
color = rgb(241, 252, 249)
font_size = 48
font_family = Iosevka Bold
position = 0, 300
halign = center
valign = center
shadow_passes = 3
shadow_size = 6
shadow_color = rgb(0, 0, 0)
shadow_boost = 1.0
}
# User
label {
monitor =
text = Hi <span foreground='##DB86BA'> <b>$USER</b></span>
color = rgb(241, 252, 249)
font_size = 24
font_family = Iosevka
position = 0, 50
halign = center
valign = center
shadow_passes = 3
shadow_size = 6
shadow_color = rgb(0, 0, 0)
shadow_boost = 0.50
}
# Icon
label {
monitor =
text = <span foreground='##DB86BA'></span>
color = rgb(241, 252, 249)
font_size = 64
font_family = Iosevka
position = 0, -450
halign = center
valign = center
}