New wallpaper plus cosmetics
This commit is contained in:
@@ -4,6 +4,7 @@ let
|
||||
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
|
||||
wallpaper2 = builtins.toString ../backgrounds/bird.jpg;
|
||||
wallpaper3 = builtins.toString ../backgrounds/nix.png;
|
||||
wallpaper4 = builtins.toString ../backgrounds/catppucin.png;
|
||||
in
|
||||
{
|
||||
services.hyprpaper = {
|
||||
@@ -15,12 +16,13 @@ in
|
||||
wallpaper
|
||||
wallpaper2
|
||||
wallpaper3
|
||||
wallpaper4
|
||||
];
|
||||
|
||||
wallpaper = [
|
||||
{
|
||||
monitor = "";
|
||||
path = wallpaper3;
|
||||
path = wallpaper4;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user