34
hypr/hyprlock.conf
Normal file
34
hypr/hyprlock.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
general {
|
||||
no_fade_in = false
|
||||
grab_keyboard_focus = true
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/locked.1.jpg # Or path to image
|
||||
blur_passes = 2
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 200, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.33
|
||||
dots_spacing = 0.15
|
||||
font_color = rgb(200, 200, 200)
|
||||
inner_color = rgb(0, 0, 0)
|
||||
outer_color = rgb(151515)
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = rgba(200, 200, 200, 1.0)
|
||||
font_size = 64
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user