hyprlock uses wallpaper
This commit is contained in:
parent
402d9f4957
commit
c45983ca3a
3 changed files with 21 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue