Set bird on DP-2
This commit is contained in:
BIN
backgrounds/bird.jpg
Normal file
BIN
backgrounds/bird.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -2,14 +2,19 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
|
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
|
||||||
|
wallpaper2 = builtins.toString ../backgrounds/bird.jpg;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.hyprpaper = {
|
services.hyprpaper = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
preload = [ wallpaper ];
|
preload = [
|
||||||
|
wallpaper
|
||||||
|
wallpaper2
|
||||||
|
];
|
||||||
wallpaper = [
|
wallpaper = [
|
||||||
|
"DP-2,${wallpaper2}"
|
||||||
",${wallpaper}"
|
",${wallpaper}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user