mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
hyprlock: use screenshot as background
This commit is contained in:
parent
491b8f8e6d
commit
fc446004c1
1 changed files with 7 additions and 4 deletions
|
|
@ -15,17 +15,20 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
general.immediate_render = true;
|
general = {
|
||||||
|
hide_cursor = true;
|
||||||
|
immediate_render = true;
|
||||||
|
};
|
||||||
auth."fingerprint:enabled" = cfg.fprintAuth;
|
auth."fingerprint:enabled" = cfg.fprintAuth;
|
||||||
|
|
||||||
animations.enabled = false;
|
animations.enabled = false;
|
||||||
input-field.monitor = "";
|
input-field.monitor = "";
|
||||||
background = {
|
background = {
|
||||||
monitor = "";
|
monitor = "";
|
||||||
path = "~/Pictures/.wallpaper";
|
path = "screenshot";
|
||||||
color = "rgb(0,0,0)";
|
color = "rgb(0,0,0)";
|
||||||
blur_size = 4;
|
blur_passes = 2;
|
||||||
blur_passes = 1;
|
brightness = 0.5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue