-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyprlock.conf
executable file
·55 lines (43 loc) · 1.06 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
general {
disable_loading_bar = false
}
background {
monitor =
path = $HOME/Pictures/Wallpapers/magma-dark.png
color = rgba(25, 20, 20, 1.0)
blur_passes = 1 # 0 disables blurring
blur_size = 7
noise = 0.0117
contrast = 0.8916
brightness = 0.8172
vibrancy = 0.1696
vibrancy_darkness = 0.0
}
input-field {
monitor = eDP-1
size = 150, 30
outline_thickness = 3
outer_color = rgb(151515)
inner_color = rgb(200, 200, 200)
fade_on_empty = true
}
label {
monitor =
text = $TIME
color = rgba(220, 220, 220, 1.0)
position = 0, 200
font_size = 50
font_family = CaskaydiaCove Nerd Font Bold
halign = center
valign = center
}
label {
monitor = eDP-1
text = $USER
color = rgba(220, 220, 220, 1.0)
position = 0, 20 # position is added to the halign and valign props. For absolute, use "none" in either.
font_size = 15
font_family = CaskaydiaCove Nerd Font Bold
halign = center # left, center, right, none
valign = center # top, center, bottom, none
}