diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-03-04 20:22:28 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-03-04 20:22:28 +0000 |
commit | facf91b5cc7a543e419a474417ccdadfe0ece358 (patch) | |
tree | 4683b41ff51996f5345183bf6a06c62969878c73 /.config | |
parent | 53e7459da3036ace8074ab0d72e4e8ee752bf4a7 (diff) |
Hyprlock - Set input box foreground colour
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprlock.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 8a51efe..800eba5 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -29,8 +29,8 @@ input-field { outer_color = rgba(152, 151, 26, 1) inner_color = rgba(0, 0, 0, 1) font_color = rgb(22, 225, 181) - fade_on_empty = true - placeholder_text = <i>Input Password...</i> + fade_on_empty = false + placeholder_text = <span foreground="##aabbcc" style="italic">Input Password...</span> hide_input = false rounding = 10 # -1 means complete rounding (circle/oval) position = 0, -90 |