commit e089b2956ca56652a1517963fa89bcb3ae9dd677 parent 379c2f33cca4db6e386b025b38405602f4e97e3a Author: Silas Brack <silasbrack@gmail.com> Date: Thu, 30 Apr 2026 21:44:54 +0200 feat(gaia): fix hyprlock Diffstat:
| M | hosts/gaia/hyprland.nix | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/hosts/gaia/hyprland.nix b/hosts/gaia/hyprland.nix @@ -469,6 +469,19 @@ path = $HOME/Pictures/birds.png blur_passes = 2 } + + input-field { + size = 250, 50 + outline_thickness = 3 + outer_color = rgba(f5a97fee) + inner_color = rgba(24273aee) + font_color = rgba(cad3f5ff) + fade_on_empty = true + placeholder_text = <i>Password...</i> + position = 0, -20 + halign = center + valign = center + } ''; }; programs.rofi = {