summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-05 19:02:35 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-05 19:02:35 +0100
commitb4477e0b77ab834bfa31af9056c82c007828dd67 (patch)
tree77634b77162cc5b805d4189abb6ad2c7942aac0c /hypr
parentd19ed8098a13fd9d958326f1896e1668c5937824 (diff)
fix: changed the window spacing
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hyprland.conf1
-rw-r--r--hypr/hyprlock.conf37
2 files changed, 5 insertions, 33 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 5aa0174..3120920 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -52,7 +52,6 @@ autogenerated = 0 # remove this line to remove the warning
# See https://wiki.hypr.land/Configuring/Monitors/
monitor=,preferred,auto,auto
-
###################
### MY PROGRAMS ###
###################
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf
index 0606968..ee67978 100644
--- a/hypr/hyprlock.conf
+++ b/hypr/hyprlock.conf
@@ -35,40 +35,13 @@ animations {
background {
monitor =
- path = screenshot
- blur_passes = 3
+ color = rgba(120, 120, 120, 1)
}
-input-field {
- monitor =
- size = 20%, 5%
- outline_thickness = 3
- inner_color = rgba(0, 0, 0, 0.0) # no fill
-
- fail_color = rgba(ff6633ee) rgba(ff0066ee) 40deg
- outer_color = rgb(99,99,99) rgb(201,201,201) 180deg
- check_color = rgb(99,99,99) rgb(201,201,201) 180deg
-
- font_color = rgb(143, 143, 143)
- fade_on_empty = false
- rounding = 15
- font_size = 32
-
- font_family = $font
- placeholder_text = Input password...
- fail_text = $PAMFAIL
-
- # uncomment to use a letter instead of a dot to indicate the typed password
- # dots_text_format = *
- # dots_size = 0.4
- dots_spacing = 0.3
-
- # uncomment to use an input indicator that does not show the password length (similar to swaylock's input indicator)
- # hide_input = true
-
- position = 0, -20
- halign = center
- valign = center
+auth {
+ pam:enabled = true
+ pam:module = doas
+ fingerprint:enabled = true
}
label {