aboutsummaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2025-09-18 12:19:49 +0200
committerGibheer <gibheer+git@zero-knowledge.org>2025-09-18 12:19:49 +0200
commit7f1ff053a0e26f0c3f87ceb2e74273120bddd156 (patch)
treef2959f782dc3d457d383b9f4a823ee02c2ce6e7d /hypr
parent0f8fe066c578d24549dddab4ff51942f8b44b212 (diff)
add hyprlock config
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hyprlock.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf
new file mode 100644
index 0000000..5bbf296
--- /dev/null
+++ b/hypr/hyprlock.conf
@@ -0,0 +1,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)
+}