aboutsummaryrefslogtreecommitdiff
path: root/wallust/templates/hyprlock
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2024-12-26 14:33:06 +0100
committereric.marin <maarin.eric@gmail.com>2024-12-30 21:07:42 +0100
commit4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (patch)
tree0460bc0600492324f111524dfdff1ef85c9fbf8e /wallust/templates/hyprlock
parentee2b01a3fff043a8b977385227c2659bbcf2e59a (diff)
downloaddotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.tar.gz
dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.zip
wallust
Diffstat (limited to 'wallust/templates/hyprlock')
-rw-r--r--wallust/templates/hyprlock48
1 files changed, 48 insertions, 0 deletions
diff --git a/wallust/templates/hyprlock b/wallust/templates/hyprlock
new file mode 100644
index 0000000..9c37a34
--- /dev/null
+++ b/wallust/templates/hyprlock
@@ -0,0 +1,48 @@
+general {
+ hide_cursor = true
+ ignore_empty_input = true
+ immediate_render = true
+ disable_loading_bar = true
+}
+
+background {
+ monitor = eDP-1
+ path = {{wallpaper}}
+ blur_passes = 2
+ blur_size = 1
+}
+input-field {
+ monitor = eDP-1
+ size = 500, 100
+ outline_thickness = 2
+ dots_size = 0.3 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = false
+ outer_color = rgb({{color1 | rgb}})
+ inner_color = rgb({{background | rgb}})
+ font_color = rgb({{foreground | rgb}})
+ fade_on_empty = true
+
+ placeholder_text = <i></i>
+ fail_text = <i>Wrong Password...</i>
+ fail_color = rgb({{color6 | rgb}})
+
+ position = 0, -300
+ halign = center
+ valign = center
+}
+label {
+ monitor = eDP-1
+ text = cmd[update:1000] date +"%H:%M:%S"
+ color = rgb({{foreground | rgb}})
+ font_size = 100
+ font_family = Hack Nerd Font
+
+ position = 0, 300
+ halign = center
+ valign = center
+
+ shadow_passes = 1
+ shadow_color = rgb({{background | rgb}})
+}
+