Chore: alejandra
This commit is contained in:
parent
fa809ab749
commit
af9c0483fb
1 changed files with 80 additions and 86 deletions
|
|
@ -6,21 +6,14 @@
|
|||
}: let
|
||||
root = nixosVista;
|
||||
cfg = root.hyprlock;
|
||||
|
||||
|
||||
in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
|
||||
|
||||
# warnings = [">>> HYPRLOCK ACTIVE <<<"];
|
||||
|
||||
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
|
||||
general = {
|
||||
# does not exsist:
|
||||
# disable_loading_bar = true;
|
||||
|
|
@ -31,13 +24,17 @@ programs.hyprlock = {
|
|||
# ===== Background (Glass Blur Style) =====
|
||||
background = [
|
||||
{
|
||||
path = "screenshot"; # Uses current blurred screen
|
||||
blur_passes = 3;
|
||||
blur_size = 6;
|
||||
noise = 0.01;
|
||||
contrast = 1.2;
|
||||
brightness = 0.85;
|
||||
vibrancy = 0.15;
|
||||
path = "screenshot";
|
||||
|
||||
blur_passes = 7;
|
||||
blur_size = 18;
|
||||
|
||||
noise = 0.03;
|
||||
contrast = 1.4;
|
||||
brightness = 0.65;
|
||||
|
||||
vibrancy = 0.35;
|
||||
vibrancy_darkness = 0.3;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -99,8 +96,5 @@ programs.hyprlock = {
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue