[water7] fix: Correct path & monitor to wallpaper
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
d30d72e1d7
commit
1a777addf3
1 changed files with 6 additions and 1 deletions
|
|
@ -108,7 +108,12 @@
|
||||||
settings = {
|
settings = {
|
||||||
splash = true;
|
splash = true;
|
||||||
preload = [ "~/nix-dots/.github/assets/evangelion_unit-01.png" ];
|
preload = [ "~/nix-dots/.github/assets/evangelion_unit-01.png" ];
|
||||||
wallpaper = [ ",~/nix-dots/.github/assets/evangelion_unit-01.png" ];
|
wallpaper = [
|
||||||
|
{
|
||||||
|
monitor = "eDP-1";
|
||||||
|
path = "~/nix-dots/.github/assets/evangelion_unit-01.png";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue