[Asahi] Move all hyprland related configs under a separate module.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
6b3544c402
commit
cf35233d14
7 changed files with 78 additions and 62 deletions
30
home-modules/hyprland/hyprlock.nix
Normal file
30
home-modules/hyprland/hyprlock.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{ ... } : {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background = {
|
||||
monitor = "";
|
||||
color = "rgba(25, 20, 20, 1.0)";
|
||||
blur_passes = 2;
|
||||
};
|
||||
input-field = {
|
||||
monitor = "";
|
||||
size = "20%, 5%";
|
||||
outline_thickness = 3;
|
||||
inner_color = "rgba(0, 0, 0, 0.0)"; # no fill
|
||||
|
||||
outer_color = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
check_color = "rgba(00ff99ee) rgba(ff6633ee) 120deg";
|
||||
fail_color = "rgba(ff6633ee) rgba(ff0066ee) 40deg";
|
||||
|
||||
font_color = "rgb(143, 143, 143)";
|
||||
fade_on_empty = false;
|
||||
rounding = 15;
|
||||
|
||||
position = "0, -20";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue