diff --git a/provision/hosts/osprey/configuration.nix b/provision/hosts/osprey/configuration.nix index 7edda30f..8363cefb 100644 --- a/provision/hosts/osprey/configuration.nix +++ b/provision/hosts/osprey/configuration.nix @@ -23,7 +23,7 @@ browser.enable = true; gnome = { enable = true; - wallpaper = "file://${../../../resources/img/wallpapers/gruvbox/kestrel.png}"; + wallpaper = "file://${../../../resources/img/wallpapers/gruvbox/osprey.png}"; }; }; devel = { diff --git a/resources/img/bulwark.png b/resources/img/wallpapers/bulwark.png similarity index 100% rename from resources/img/bulwark.png rename to resources/img/wallpapers/bulwark.png diff --git a/resources/img/wallpapers/blank.png b/resources/img/wallpapers/gruvbox/blank.png similarity index 100% rename from resources/img/wallpapers/blank.png rename to resources/img/wallpapers/gruvbox/blank.png diff --git a/resources/img/wallpapers/gruvbox/manofwar.png b/resources/img/wallpapers/gruvbox/manofwar.png new file mode 100644 index 00000000..3a94e38e Binary files /dev/null and b/resources/img/wallpapers/gruvbox/manofwar.png differ diff --git a/resources/img/wallpapers/gruvbox/osprey.png b/resources/img/wallpapers/gruvbox/osprey.png new file mode 100644 index 00000000..1edf4ea1 Binary files /dev/null and b/resources/img/wallpapers/gruvbox/osprey.png differ diff --git a/resources/img/wallpapers/gruvbox/shivan.png b/resources/img/wallpapers/gruvbox/shivan.png new file mode 100644 index 00000000..6866522b Binary files /dev/null and b/resources/img/wallpapers/gruvbox/shivan.png differ diff --git a/resources/img/wallpapers/gruvbox/torus.png b/resources/img/wallpapers/gruvbox/torus.png new file mode 100644 index 00000000..2d5abd9c Binary files /dev/null and b/resources/img/wallpapers/gruvbox/torus.png differ diff --git a/resources/img/kestrel.png b/resources/img/wallpapers/kestrel.png similarity index 100% rename from resources/img/kestrel.png rename to resources/img/wallpapers/kestrel.png diff --git a/resources/img/manofwar.png b/resources/img/wallpapers/manofwar.png similarity index 100% rename from resources/img/manofwar.png rename to resources/img/wallpapers/manofwar.png diff --git a/resources/img/wallpapers/osprey.png b/resources/img/wallpapers/osprey.png new file mode 100644 index 00000000..9baabfda Binary files /dev/null and b/resources/img/wallpapers/osprey.png differ diff --git a/resources/img/wallpapers/readme.md b/resources/img/wallpapers/readme.md new file mode 100644 index 00000000..4175f7e2 --- /dev/null +++ b/resources/img/wallpapers/readme.md @@ -0,0 +1,5 @@ +Create wallpapers by combining "blank" templates with desired FTL ships like the following example command: + +``` +magick gruvbox/blank.png osprey.png -gravity Center -composite gruvbox/osprey.png +``` diff --git a/resources/img/shivan.png b/resources/img/wallpapers/shivan.png similarity index 100% rename from resources/img/shivan.png rename to resources/img/wallpapers/shivan.png diff --git a/resources/img/torus.png b/resources/img/wallpapers/torus.png similarity index 100% rename from resources/img/torus.png rename to resources/img/wallpapers/torus.png