diff --git a/README.md b/README.md index e372900..0d40819 100755 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ each host should have these files: - make wl-clip-persist, polkit agent, and networkmanager applet systemd services? - gtk cursors are MESSED UP. top priority rn - niri.. yum + - do lockscreen better somehow diff --git a/assets/lockscreen.jpg b/assets/lockscreen.jpg new file mode 100644 index 0000000..615e807 Binary files /dev/null and b/assets/lockscreen.jpg differ diff --git a/assets/lockscreen.png b/assets/lockscreen.png deleted file mode 100644 index c42735e..0000000 Binary files a/assets/lockscreen.png and /dev/null differ diff --git a/modules/desktop/hyprlock.nix b/modules/desktop/hyprlock.nix index 60e4373..39fe9c8 100644 --- a/modules/desktop/hyprlock.nix +++ b/modules/desktop/hyprlock.nix @@ -33,7 +33,7 @@ in { }; background = [ { - path = toString ../../assets/lockscreen.png; + path = toString ../../assets/lockscreen.jpg; color = "rgb(${base00})"; blur_passes = 3; blur_size = 6; diff --git a/modules/desktop/themes/catppuccin/default.nix b/modules/desktop/themes/catppuccin/default.nix index e614dd0..1c10baf 100644 --- a/modules/desktop/themes/catppuccin/default.nix +++ b/modules/desktop/themes/catppuccin/default.nix @@ -49,7 +49,7 @@ in { flavor = variant; font = config.modules.desktop.fonts.fonts.sansSerif.family; fontSize = toString config.modules.desktop.fonts.fonts.sansSerif.size; - background = ../../../../assets/lockscreen.png; + background = ../../../../assets/lockscreen.jpg; loginBackground = true; }); }; diff --git a/packages/wallpapers/img/rw_chimney_canopy.jpg b/packages/wallpapers/img/rw_chimney_canopy.jpg new file mode 100644 index 0000000..615e807 Binary files /dev/null and b/packages/wallpapers/img/rw_chimney_canopy.jpg differ diff --git a/packages/wallpapers/img/rw_garbage_wastes.jpg b/packages/wallpapers/img/rw_garbage_wastes.jpg new file mode 100644 index 0000000..7b61f8d Binary files /dev/null and b/packages/wallpapers/img/rw_garbage_wastes.jpg differ