forked from nico/dots
hypr: added hyprlock configuration
This commit is contained in:
parent
51de9e32c2
commit
2ee77011c2
1 changed files with 34 additions and 0 deletions
34
stow/.config/hypr/hyprlock.conf
Normal file
34
stow/.config/hypr/hyprlock.conf
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
general {
|
||||
hide_cursor = true
|
||||
grace = 1
|
||||
ignore_empty_input = true
|
||||
enable_fingerprint = true
|
||||
|
||||
}
|
||||
|
||||
background {
|
||||
path = screenshot
|
||||
blur_passes = 3
|
||||
blur_size 15
|
||||
noise = 0.01
|
||||
}
|
||||
|
||||
input-field {
|
||||
fade_on_empty = true
|
||||
halign = right
|
||||
valign = bottom
|
||||
position = -100, 100
|
||||
inner_color = rgb(0, 0, 0)
|
||||
outer_color = rgb(0, 0, 0)
|
||||
font_color = rgb(255, 255, 255)
|
||||
rounding = 0
|
||||
}
|
||||
|
||||
label {
|
||||
position = 0, 0
|
||||
valign = center
|
||||
halign = center
|
||||
font_size = 256
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
text = $TIME12
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue