-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyprlock.conf
77 lines (62 loc) · 1.28 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
general {
immediate_render = true
}
background {
monitor =
path = ~/.config/hypr/bg/1800.jpg
color = rgba(25, 20, 20, 1.0)
blur_passes = 2
blur_size = 2
#noise = 0
#contrast = 0.9
brightness = 0.90
#vibrancy = 0.3
#vibrancy_darkenss = 0.2
}
label {
monitor =
text = $TIME
text_align = center
font_size = 64
font_family = Noto Sans Mono Bold
position = 0, 300
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo "<span foreground='##ffffff'>$(date +'%A, %b %d')</span>"
text_align = center
font_size = 16
font_family = Noto Sans Mono
color = rgba(255, 255, 255, 1)
position = 0, 225
halign = center
valign = center
}
input-field {
monitor =
size = 400, 50
outline_thickness = 3
rounding = -1
dots_size = 0.25
fade_on_empty = true
fade_timeout = 2500
font_family = Noto Sans Mono
font_color = rgb(0, 0, 0)
placeholder_text = <i>Input Password...</i>
capslock_color = rgb(255, 0, 0)
numlock_color = rgb(255, 0, 0)
bothlock_color = rba(255, 0, 0)
outer_color = rgb(0, 0, 0)
inner_color = rgb(255, 255, 255)
check_color = rgb(204, 136, 34)
fail_color = rgb(204, 34, 34)
fail_timeout = 500
fail_transition = -1
invert_numlock = false
swap_font_color = false
position = 0, 120
halign = center
valign = center
}