diff --git a/users/guanranwang/home-manager/applications/sway/default.nix b/users/guanranwang/home-manager/applications/sway/default.nix index d40be5d..ad0cb67 100644 --- a/users/guanranwang/home-manager/applications/sway/default.nix +++ b/users/guanranwang/home-manager/applications/sway/default.nix @@ -49,7 +49,7 @@ }; output = { eDP-1 = { - bg = "~/.local/share/backgrounds/aqua.png fill"; + bg = "~/.local/share/backgrounds/Minato-Aqua-Dark.png fill"; }; }; diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/default.nix b/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/default.nix index bf0fff9..cebe3a2 100644 --- a/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/default.nix +++ b/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/default.nix @@ -2,6 +2,8 @@ xdg.dataFile = { ### Local "backgrounds/unixcloud.jpg".source = ./wallpapers/unixcloud.jpg; # https://www.deviantart.com/georgegach/art/Unix-Cloud-818259008 + "backgrounds/Minato-Aqua.png".source = ./wallpapers/Minato-Aqua.png; # https://t.me/AnotherCreations/600 + "backgrounds/Minato-Aqua-Dark.png".source = ./wallpapers/Minato-Aqua-Dark.png; # https://t.me/AnotherCreations/602 ### Online "backgrounds/aqua.png".source = pkgs.fetchurl { diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/wallpapers/Minato-Aqua-Dark.png b/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/wallpapers/Minato-Aqua-Dark.png new file mode 100644 index 0000000..4b04fb1 Binary files /dev/null and b/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/wallpapers/Minato-Aqua-Dark.png differ diff --git a/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/wallpapers/Minato-Aqua.png b/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/wallpapers/Minato-Aqua.png new file mode 100644 index 0000000..986b483 Binary files /dev/null and b/users/guanranwang/nixos/profiles/device-type/desktop/home/wallpapers/wallpapers/Minato-Aqua.png differ