summaryrefslogtreecommitdiff
path: root/home/config/hypr/hyprlock.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home/config/hypr/hyprlock.conf')
-rw-r--r--home/config/hypr/hyprlock.conf72
1 files changed, 72 insertions, 0 deletions
diff --git a/home/config/hypr/hyprlock.conf b/home/config/hypr/hyprlock.conf
new file mode 100644
index 0000000..c511be5
--- /dev/null
+++ b/home/config/hypr/hyprlock.conf
@@ -0,0 +1,72 @@
+# BACKGROUND
+background {
+ monitor =
+ path = ~/.config/desktop-common/wallpapers/davekat.png
+ blur_passes = 3
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = true
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 250, 60
+ outline_thickness = 2
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(0, 0, 0, 0)
+ inner_color = rgba(0, 0, 0, 0.5)
+ font_color = rgb(200, 200, 200)
+ fade_on_empty = false
+ placeholder_text = <i><span foreground="##cdd6f4">Input Password...</span></i>
+ hide_input = false
+ position = 0, -120
+ halign = center
+ valign = center
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%-H:%M:%S")"
+ #color = rgba(255, 255, 255, 0.6)
+ font_size = 80
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 0, 500
+ halign = center
+ valign = center
+}
+
+# PRFOLE IMAGE
+image {
+ monitor =
+ path = ~/.config/desktop-common/pfps/karkat.png
+ size = 300
+ rounding = -1
+ border_size = 0
+ position = 0, 250
+ halign = center
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = Freya Murphy
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ font_size = 25
+ position = 0, 50
+ halign = center
+ valign = center
+}
+