[Hypr] Adds hyprpaper config.
This commit is contained in:
26
home-manager/features/hyprpaper.nix
Normal file
26
home-manager/features/hyprpaper.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings =
|
||||
let
|
||||
# clouds1 = "/home/drew/Pictures/Wallpaper/2025-02-18 - Haleakela Clouds.jpg";
|
||||
# clouds2 = "/home/drew/Pictures/Wallpaper/2025-02-18 - Haleakela Clouds 2.jpg";
|
||||
sunset_wide = "/home/drew/Pictures/Wallpaper/2025-02-19 - Hawaii Sunset.jpg";
|
||||
sunset_tall = "/home/drew/Pictures/Wallpaper/2025-02-20 - Hawaii Sunset - Tall.jpg";
|
||||
in
|
||||
{
|
||||
ipc = "on";
|
||||
splash = false;
|
||||
preload = [
|
||||
sunset_wide
|
||||
sunset_tall
|
||||
];
|
||||
|
||||
wallpaper = [
|
||||
"DP-2,${sunset_wide}"
|
||||
"DP-1,${sunset_tall}"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user