1
0
Fork 0

module(hyprlock): update image path

This commit is contained in:
Antoine Langlois 2024-04-01 14:17:54 +02:00
parent 557ddd26dc
commit a6537b0347
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ in
backgrounds = [
{
# path = mkIf (cfg.lockBackgroundImage != "") cfg.lockBackgroundImage;
path = "";
path = mkIf (cfg.lockBackgroundImage != "") cfg.lockBackgroundImage;
blur_passes = 3;
contrast = 0.8916;
brightness = 0.8172;