New wallpaper

This commit is contained in:
alejandro-angulo 2026-02-14 08:32:32 -08:00
parent d6dbac7ace
commit 2bda9eacd2
3 changed files with 3 additions and 8 deletions

View file

@ -21,7 +21,7 @@ in
wallpaperPath = mkOption { wallpaperPath = mkOption {
type = types.str; type = types.str;
default = "hyprland/wallpaper.jpg"; default = "hyprland/wallpaper.png";
description = '' description = ''
Path to wallpaper, relative to xdg.dataHome Path to wallpaper, relative to xdg.dataHome
''; '';
@ -58,11 +58,6 @@ in
enabled = true; enabled = true;
module = "hyprlock"; module = "hyprlock";
}; };
fingerprint = {
enabled = false;
ready_message = "(Scan fingerprint to unlock)";
present_message = "Scanning fingerprint";
};
}; };
background = [ background = [

View file

@ -37,7 +37,7 @@ in
wallpaperPath = mkOption { wallpaperPath = mkOption {
type = types.str; type = types.str;
default = "hyprland/wallpaper.jpg"; default = "hyprland/wallpaper.png";
description = '' description = ''
Path to wallpaper, relative to xdg.dataHome Path to wallpaper, relative to xdg.dataHome
''; '';
@ -90,7 +90,7 @@ in
apply = true; apply = true;
}; };
xdg.dataFile.${cfg.wallpaperPath}.source = ./wallpaper.jpg; xdg.dataFile.${cfg.wallpaperPath}.source = ./wallpaper.png;
catppuccin.hyprland.enable = true; catppuccin.hyprland.enable = true;
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB