blob: 4f1c5dfe0caaddaa882c7d43f896637c29a0bd36 (
plain)
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
|
# Hyprlock configuration
# Matching DWM colors: gray1=#222222, accent=#daa520
# Using percentages for proportional sizing across monitors
general {
disable_loading_bar = false
hide_cursor = true
grace = 0
no_fade_in = false
}
background {
monitor =
path = screenshot
blur_passes = 3
blur_size = 8
noise = 0.0117
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
# Clock (top)
label {
monitor =
text = $TIME12
text_align = center
color = rgb(bbbbbb)
font_size = 64
font_family = BerkeleyMono Nerd Font
position = 0, 15%
halign = center
valign = center
}
# Profile image
image {
monitor =
path = ~/pictures/devilman.jpg
size = 120
rounding = -1
border_size = 3
border_color = rgb(daa520)
position = 0, 0%
halign = center
valign = center
shadow_passes = 2
shadow_size = 3
shadow_color = rgba(0, 0, 0, 0.5)
}
# Username
label {
monitor =
text = $USER
text_align = center
color = rgb(daa520)
font_size = 36
font_family = BerkeleyMono Nerd Font
position = 0, -7%
halign = center
valign = center
}
# Password input (no outline)
input-field {
monitor =
size = 20%, 4%
outline_thickness = 0
dots_size = 0.33
dots_spacing = 0.15
dots_center = true
dots_rounding = -1
outer_color = rgb(222222)
inner_color = rgb(222222)
font_color = rgb(bbbbbb)
fade_on_empty = true
fade_timeout = 1000
placeholder_text = <i>Password...</i>
hide_input = false
rounding = 8
check_color = rgb(daa520)
fail_color = rgb(d9534f)
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
fail_transition = 300
capslock_color = rgb(f0ad4e)
numlock_color = -1
bothlock_color = -1
invert_numlock = false
swap_font_color = false
position = 0, -12%
halign = center
valign = center
}
|