diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index 7c03f70..faa5f56 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -195,11 +195,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1753694789, - "narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=", + "lastModified": 1757745802, + "narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=", "owner": "nixos", "repo": "nixpkgs", - "rev": "dc9637876d0dcc8c9e5e22986b857632effeb727", + "rev": "c23193b943c6c689d70ee98ce3128239ed9e32d1", "type": "github" }, "original": { diff --git a/hosts/lio/sway_customizations.nix b/hosts/lio/sway_customizations.nix index 4467ef3..290c19e 100644 --- a/hosts/lio/sway_customizations.nix +++ b/hosts/lio/sway_customizations.nix @@ -57,12 +57,14 @@ let scale = "1"; pos = "0 0"; mode = "3840x2160@97.983Hz"; + bg = "${./wallpapers/pendragon.png} fill"; }; "DP-2" = { scale = "1"; transform = "270"; pos = "-1440 -640"; mode = "3440x1440@99.982Hz"; + bg = "${./wallpapers/ghibli.png} fill"; }; }; }; diff --git a/hosts/lio/wallpapers/ghibli.png b/hosts/lio/wallpapers/ghibli.png new file mode 100644 index 0000000..b44c05a Binary files /dev/null and b/hosts/lio/wallpapers/ghibli.png differ diff --git a/hosts/lio/wallpapers/pendragon.png b/hosts/lio/wallpapers/pendragon.png new file mode 100644 index 0000000..638156a Binary files /dev/null and b/hosts/lio/wallpapers/pendragon.png differ