diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-05 19:02:35 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-05 19:02:35 +0100 |
| commit | b4477e0b77ab834bfa31af9056c82c007828dd67 (patch) | |
| tree | 77634b77162cc5b805d4189abb6ad2c7942aac0c | |
| parent | d19ed8098a13fd9d958326f1896e1668c5937824 (diff) | |
fix: changed the window spacing
| -rw-r--r-- | hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | hypr/hyprlock.conf | 37 | ||||
| -rw-r--r-- | rofi/shape.rasi | 4 |
3 files changed, 7 insertions, 35 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 { diff --git a/rofi/shape.rasi b/rofi/shape.rasi index fc29da5..b7e69a9 100644 --- a/rofi/shape.rasi +++ b/rofi/shape.rasi @@ -1,5 +1,5 @@ -/* Original author: Newman Sanchez (https://github.com/newmanls) */ -/* The theme is no longer rounded */ +/* Original author: Newman Sanchez (https://github.com/newmanls) */ + * { font: "Fira Code Bold 11"; |
