(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(hyprlock): style adjustments

74k1 68ec630c 7d09d9cd

+5 -4
+5 -4
modules/home-manager/wayland/hyprlock/default.nix
··· 43 43 position = "0, -5%"; 44 44 rounding = 0; 45 45 46 - outline_thickness = 1; 46 + outline_thickness = 0; 47 47 48 48 font_color = lib.mkForce "rgba(235, 233, 241, 0.8)"; 49 49 outer_color = lib.mkForce "rgba(50, 50, 70, 0)"; 50 50 inner_color = lib.mkForce "rgba(7, 6, 11, 0)"; 51 - check_color = lib.mkForce "rgba(129, 107, 255, 1)"; 52 - fail_color = lib.mkForce "rgba(255, 84, 135, 1)"; 51 + check_color = lib.mkForce "rgba(129, 107, 255, 0.2)"; 52 + fail_color = lib.mkForce "rgba(255, 84, 135, 0.2)"; 53 53 54 54 placeholder_text = "Enter Password"; 55 55 hide_input = false; 56 56 57 - dots_spacing = 0.2; 58 57 dots_center = true; 59 58 dots_fade_time = 0; 59 + dots_rounding = 0; 60 + dots_spacing = 0.4; 60 61 61 62 shadow_color = lib.mkForce "#07060B"; 62 63 shadow_size = 0;