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

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB