summaryrefslogtreecommitdiff
path: root/dot-config/hypr/hyprlock.conf
blob: df135e68bbe1056e059b5a837a9221f1d4f67e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
background {
	path = screenshot
	blur_passes = 2
	blur_size = 3
	brightness = 1
	noise = 0.07
}

input-field {
	size = 20%, 5%
	outer_color = rgba(0, 0, 0, 0)
	inner_color = rgba(0, 0, 0, 0)
	font_color = rgb(128, 128, 128)
	check_color = rgba(0, 0, 0, 0)
	placeholder = ""
	position = 0, -20
	halign = center
	valign = center
}