summaryrefslogtreecommitdiff
path: root/config/hypr/hyprlock.conf
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/hypr/hyprlock.conf
Diffstat (limited to 'config/hypr/hyprlock.conf')
-rw-r--r--config/hypr/hyprlock.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf
new file mode 100644
index 0000000..43216c4
--- /dev/null
+++ b/config/hypr/hyprlock.conf
@@ -0,0 +1,35 @@
+background {
+ monitor =
+ path = screenshot
+ blur_passes = 3
+ blur_size = 12
+ dim = 0.4
+}
+
+input-field {
+ monitor =
+ size = 350, 60
+ position = 0, -100
+ rounding = 0
+ border_width = 2
+
+ font = "JetBrainsMono Nerd Font"
+ font_size = 22
+ font_color = rgb(245, 224, 220)
+
+ inner_color = rgb(30, 24, 36)
+ outer_color = rgb(58, 52, 70)
+ border_color = rgb(252, 205, 205)
+ placeholder_text = "Password..."
+ fade_on_empty = true
+}
+
+label {
+ monitor =
+ text = $TIME
+ font = "JetBrainsMono Nerd Font"
+ font_size = 64
+ position = 0, 100
+ color = rgb(245, 224, 220)
+}
+