diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-06-29 22:28:05 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-06-29 22:47:23 +0200 |
commit | a0b32034f7c557bcaa38e3610c8a97eeee7a00a8 (patch) | |
tree | 3f4f1b7252958ccd8fa3158a35aeb34cdacf94c1 /dot-config/hypr/hyprlock.conf | |
download | sleipner-a0b32034f7c557bcaa38e3610c8a97eeee7a00a8.tar.gz |
Initial commit
Diffstat (limited to 'dot-config/hypr/hyprlock.conf')
-rw-r--r-- | dot-config/hypr/hyprlock.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dot-config/hypr/hyprlock.conf b/dot-config/hypr/hyprlock.conf new file mode 100644 index 0000000..df135e6 --- /dev/null +++ b/dot-config/hypr/hyprlock.conf @@ -0,0 +1,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 +} |