aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-02-28 20:01:41 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-02-28 20:01:41 +0000
commitcc2573aa88ef2fb4ab3cdd33e5ec1ce39ad4f64e (patch)
treeb28929e4e8ee326c88c5ba4f18cadcb3e512689a /.config
parentaae0b4e4a9bbb7c416a20b54af2a03c1bf6eb9af (diff)
Initial commit of hyprlock.conf
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprlock.conf71
1 files changed, 71 insertions, 0 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
new file mode 100644
index 0000000..b9732cf
--- /dev/null
+++ b/.config/hypr/hyprlock.conf
@@ -0,0 +1,71 @@
+ general {
+ disable_loading_bar = false
+ hide_cursor = true
+ grace = 2
+ no_fade_in = false
+ }
+
+ background {
+ path = screenshot
+ color = rgba(0, 0, 0, 0.5)
+
+ # Blur
+ blur_passes = 2 # 0 disables blurring
+ blur_size = 8
+ noise = 1.17e-2
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0.0
+ }
+
+ input-field {
+ size = 300, 50
+ outline_thickness = 3
+ dots_size = 0.33
+ dots_spacing = 0.15
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0.1)
+ inner_color = rgba(255, 255, 255, 0.1)
+ font_color = rgb(255, 255, 255)
+ fade_on_empty = true
+ placeholder_text = <i>Input Password...</i>
+ hide_input = false
+ position = 0, -90
+ halign = center
+ valign = center
+ }
+
+ label {
+ text = <b>$TIME</b>
+ color = rgb(255, 255, 255)
+ font_size = 96
+ position = 0, -50
+ halign = center
+ valign = top
+ }
+ label {
+ text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh
+ color = rgb(255, 255, 255)
+ font_size = 24
+ position = 0, -190
+ halign = center
+ valign = top
+ }
+ label {
+ text = Hi there, <i>$USER</i>!
+ color = rgb(255, 255, 255)
+ font_size = 32
+ position = 0, 0
+ halign = center
+ valign = center
+ }
+ label {
+ text = 
+ color = rgb(255, 255, 255)
+ font_family = monospace
+ font_size = 32
+ position = 0, 0
+ halign = center
+ valign = bottom
+ }