diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-03-06 21:44:15 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-03-06 21:44:15 +0000 |
commit | be020c5a49fa7f2d24c39230c8b6be6049e7fe30 (patch) | |
tree | 1e22ba79d47209163c806ec6c240aa3a30a54433 /.config | |
parent | c8e881af070868f1eb568708093be813e05524e5 (diff) |
Hyprlock - Add new fade-timeout to input-field
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprlock.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index a8abb07..581f570 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -29,7 +29,8 @@ input-field { outer_color = rgba(152, 151, 26, 1) inner_color = rgba(0, 0, 0, 1) font_color = rgb(99, 149, 100) - fade_on_empty = false + fade_on_empty = true + fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. placeholder_text = <span foreground="##aabbcc" style="italic">Input Password...</span> hide_input = false rounding = 10 # -1 means complete rounding (circle/oval) |