diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-03-04 19:56:26 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-03-04 19:56:26 +0000 |
commit | 53e7459da3036ace8074ab0d72e4e8ee752bf4a7 (patch) | |
tree | 2fb947fe69e9369ce04a28e47401467144e7f2f2 /.config | |
parent | db1389ee3fb29197756cf67434bce731a52e105d (diff) |
Hyprlock - Added new rounding options and testing new input box colours
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprlock.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index ea9bc8d..8a51efe 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -21,16 +21,18 @@ background { input-field { size = 300, 50 - outline_thickness = 3 + outline_thickness = 2 dots_size = 0.33 dots_spacing = 0.15 dots_center = true - outer_color = rgba(255, 255, 255, 0.1) - inner_color = rgba(255, 255, 255, 0.1) - font_color = rgb(255, 255, 255) + dots_rounding = -2 # -1 default circle, -2 follow input-field rounding + 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> hide_input = false + rounding = 10 # -1 means complete rounding (circle/oval) position = 0, -90 halign = center valign = center |