add wallpapers
This commit is contained in:
parent
58ae419520
commit
5d190dc823
4 changed files with 5 additions and 3 deletions
6
hosts/lio/flake.lock
generated
6
hosts/lio/flake.lock
generated
|
|
@ -195,11 +195,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1753694789,
|
"lastModified": 1757745802,
|
||||||
"narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=",
|
"narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "dc9637876d0dcc8c9e5e22986b857632effeb727",
|
"rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -57,12 +57,14 @@ let
|
||||||
scale = "1";
|
scale = "1";
|
||||||
pos = "0 0";
|
pos = "0 0";
|
||||||
mode = "3840x2160@97.983Hz";
|
mode = "3840x2160@97.983Hz";
|
||||||
|
bg = "${./wallpapers/pendragon.png} fill";
|
||||||
};
|
};
|
||||||
"DP-2" = {
|
"DP-2" = {
|
||||||
scale = "1";
|
scale = "1";
|
||||||
transform = "270";
|
transform = "270";
|
||||||
pos = "-1440 -640";
|
pos = "-1440 -640";
|
||||||
mode = "3440x1440@99.982Hz";
|
mode = "3440x1440@99.982Hz";
|
||||||
|
bg = "${./wallpapers/ghibli.png} fill";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
BIN
hosts/lio/wallpapers/ghibli.png
Normal file
BIN
hosts/lio/wallpapers/ghibli.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 MiB |
BIN
hosts/lio/wallpapers/pendragon.png
Normal file
BIN
hosts/lio/wallpapers/pendragon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 MiB |
Loading…
Add table
Add a link
Reference in a new issue