hyprlock uses wallpaper

This commit is contained in:
Reid 2025-08-20 03:34:46 -07:00
parent 402d9f4957
commit c45983ca3a
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 21 additions and 3 deletions

View file

@ -23,14 +23,12 @@ in {
settings = with config.colorScheme.palette; {
general = {
hide_cursor = false;
no_fade_in = true;
no_fade_out = true;
text_trim = true;
immediate_render = true;
};
background = [
{
path = "${../../assets/lockscreen.png}";
path = "${config.modules.desktop.swww.lastWallpaperSym}";
color = "rgb(${base00})";
blur_passes = 3;
blur_size = 6;