Chore: alejandra

This commit is contained in:
Peritia 2026-03-02 16:44:59 +01:00
parent fa809ab749
commit af9c0483fb

View file

@ -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 = {
];
};
};
};
}