mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
Nix/HM module: remove shadow options from backgrounds
This commit is contained in:
parent
6027f12d3b
commit
5c91621ad2
1 changed files with 1 additions and 6 deletions
|
@ -151,8 +151,7 @@ in {
|
||||||
type = float;
|
type = float;
|
||||||
default = 0.05;
|
default = 0.05;
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
// shadow;
|
|
||||||
});
|
});
|
||||||
default = [
|
default = [
|
||||||
{}
|
{}
|
||||||
|
@ -409,10 +408,6 @@ in {
|
||||||
brightness = ${toString background.brightness}
|
brightness = ${toString background.brightness}
|
||||||
vibrancy = ${toString background.vibrancy}
|
vibrancy = ${toString background.vibrancy}
|
||||||
vibrancy_darkness = ${toString background.vibrancy_darkness}
|
vibrancy_darkness = ${toString background.vibrancy_darkness}
|
||||||
shadow_passes = ${toString background.shadow_passes}
|
|
||||||
shadow_size = ${toString background.shadow_size}
|
|
||||||
shadow_color = ${background.shadow_color}
|
|
||||||
shadow_boost = ${toString background.shadow_boost}
|
|
||||||
}
|
}
|
||||||
'')
|
'')
|
||||||
cfg.backgrounds)}
|
cfg.backgrounds)}
|
||||||
|
|
Loading…
Reference in a new issue