new lockscreen

This commit is contained in:
Reid 2024-12-18 17:42:39 -08:00
parent 473362b5f8
commit 96b2e6073d
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
7 changed files with 3 additions and 2 deletions

View file

@ -25,3 +25,4 @@ each host should have these files:
- make wl-clip-persist, polkit agent, and networkmanager applet systemd services? - make wl-clip-persist, polkit agent, and networkmanager applet systemd services?
- gtk cursors are MESSED UP. top priority rn - gtk cursors are MESSED UP. top priority rn
- niri.. yum - niri.. yum
- do lockscreen better somehow

BIN
assets/lockscreen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

View file

@ -33,7 +33,7 @@ in {
}; };
background = [ background = [
{ {
path = toString ../../assets/lockscreen.png; path = toString ../../assets/lockscreen.jpg;
color = "rgb(${base00})"; color = "rgb(${base00})";
blur_passes = 3; blur_passes = 3;
blur_size = 6; blur_size = 6;

View file

@ -49,7 +49,7 @@ in {
flavor = variant; flavor = variant;
font = config.modules.desktop.fonts.fonts.sansSerif.family; font = config.modules.desktop.fonts.fonts.sansSerif.family;
fontSize = toString config.modules.desktop.fonts.fonts.sansSerif.size; fontSize = toString config.modules.desktop.fonts.fonts.sansSerif.size;
background = ../../../../assets/lockscreen.png; background = ../../../../assets/lockscreen.jpg;
loginBackground = true; loginBackground = true;
}); });
}; };

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB