-
Notifications
You must be signed in to change notification settings - Fork 0
/
hyprlock.conf
42 lines (38 loc) · 1.08 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
general {
disable_loading_bar = true
hide_cursor = true
}
background {
monitor =
# path = /home/sergey/Pictures/bg-4.jpg # supports png, jpg, webp (no animations, though)
color = rgba(25, 25, 25, .95)
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
# blur_passes = 1 # 0 disables blurring
# blur_size = 80
# noise = 0.0117
# contrast = 0.8916
# brightness = 0.8172
# vibrancy = 0.1696
# vibrancy_darkness = 0.0
}
input-field {
monitor =
size = 300, 60
outline_thickness = 4
dots_size = 0.2
dots_spacing = 0.2
dots_center = true
outer_color = $accent
inner_color = $surface0
font_color = $text
fade_on_empty = false
# placeholder_text = <span font_family="$font" foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
hide_input = false
check_color = $accent
fail_color = $red
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
capslock_color = $yellow
position = 0, -47
halign = center
valign = center
}