aboutsummaryrefslogtreecommitdiff
path: root/hypr/hyprlock.conf
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 /hypr/hyprlock.conf
parentee2b01a3fff043a8b977385227c2659bbcf2e59a (diff)
downloaddotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.tar.gz
dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.zip
wallust
Diffstat (limited to 'hypr/hyprlock.conf')
-rw-r--r--hypr/hyprlock.conf41
1 files changed, 0 insertions, 41 deletions
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf
deleted file mode 100644
index 6a999c6..0000000
--- a/hypr/hyprlock.conf
+++ /dev/null
@@ -1,41 +0,0 @@
-general {
- hide_cursor = true
- ignore_empty_input = true
-}
-
-background {
- monitor = eDP-1
- path = /home/eric/Pictures/Backgrounds/buttons.png
-}
-input-field {
- monitor = eDP-1
- size = 500, 100
- outline_thickness = 1
- 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(54, 58, 79)
- inner_color = rgb(36, 39, 58)
- font_color = rgb(202, 211, 245)
- fade_on_empty = true
-
- placeholder_text = <i></i>
- fail_text = <i>Wrong Password...</i>
- fail_color = rgb(237,135,150)
-
- position = 0, -300
- halign = center
- valign = center
-}
-label {
- monitor = eDP-1
- text = cmd[update:1000] date +"%H:%M:%S"
- color = rgb(202, 211, 245)
- font_size = 100
- font_family = Hack Nerd Font
-
- position = 0, 300
- halign = center
- valign = center
-}
-