aboutsummaryrefslogtreecommitdiff
path: root/hypr/hyprlock.conf
blob: 5bbf2967d4dca044e1289349a1e59eefe5405485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
general {
	hide_cursor = true
	ignore_empty_input = true
}

background {
	color = rgba(11,11,11,1.0)
}

animations {
	enabled = false
}

input-field {
	size = 20%, 5%
	outline_thickness = 3
	inner_color = rgba(33, 33, 33, 1.0)
	outer_color = rgba(200, 100, 0, 1.0)
	fail_color = rgba(200, 11, 11, 1.0)
}