aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
+}