diff --git a/readme.md b/readme.md index e1cc3200..2f8b3fd6 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ for information on initial installation. | | Name | Role | Description | |---|---|---|---| -| | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Main machine that does it all gaming, programming, 3D modelling, etc. | -| | [Torus](./provision/hosts/torus/) | Home server | Primary home server for storage, hosting machine backups, and running services like Jellyfin. | -| | [Bulwark](./provision/hosts/bulwark/) | Steam Deck | NixOS based Steam Deck that can has my linux niceties and acts like a Steam Deck using the great [Jovian Nixos](https://github.com/Jovian-Experiments/Jovian-NixOS). | -| | [Shivan](./provision/hosts/shivan/) | Personal Laptop | Personal (and very slow) laptop for basic mobile work. | +| | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Main machine that does it all gaming, programming, 3D modelling, etc. | +| | [Torus](./provision/hosts/torus/) | Home server | Primary home server for storage, hosting machine backups, and running services like Jellyfin. | +| | [Bulwark](./provision/hosts/bulwark/) | Steam Deck | NixOS based Steam Deck that can has my linux niceties and acts like a Steam Deck using the great [Jovian Nixos](https://github.com/Jovian-Experiments/Jovian-NixOS). | +| | [Shivan](./provision/hosts/shivan/) | Personal Laptop | Personal (and very slow) laptop for basic mobile work. | diff --git a/resources/img/wallpapers/bulwark.png b/resources/img/ships/bulwark.png similarity index 100% rename from resources/img/wallpapers/bulwark.png rename to resources/img/ships/bulwark.png diff --git a/resources/img/wallpapers/kestrel.png b/resources/img/ships/kestrel.png similarity index 100% rename from resources/img/wallpapers/kestrel.png rename to resources/img/ships/kestrel.png diff --git a/resources/img/wallpapers/manofwar.png b/resources/img/ships/manofwar.png similarity index 100% rename from resources/img/wallpapers/manofwar.png rename to resources/img/ships/manofwar.png diff --git a/resources/img/wallpapers/osprey.png b/resources/img/ships/osprey.png similarity index 100% rename from resources/img/wallpapers/osprey.png rename to resources/img/ships/osprey.png diff --git a/resources/img/wallpapers/shivan.png b/resources/img/ships/shivan.png similarity index 100% rename from resources/img/wallpapers/shivan.png rename to resources/img/ships/shivan.png diff --git a/resources/img/wallpapers/torus.png b/resources/img/ships/torus.png similarity index 100% rename from resources/img/wallpapers/torus.png rename to resources/img/ships/torus.png diff --git a/resources/img/wallpapers/gruvbox/blank.png b/resources/img/wallpapers/gruvbox/blank.png deleted file mode 100644 index be503381..00000000 Binary files a/resources/img/wallpapers/gruvbox/blank.png and /dev/null differ diff --git a/resources/img/wallpapers/gruvbox/bulwark.png b/resources/img/wallpapers/gruvbox/bulwark.png deleted file mode 100644 index d24cd652..00000000 Binary files a/resources/img/wallpapers/gruvbox/bulwark.png and /dev/null differ diff --git a/resources/img/wallpapers/gruvbox/kestrel.png b/resources/img/wallpapers/gruvbox/kestrel.png deleted file mode 100644 index 1aaf4bb8..00000000 Binary files a/resources/img/wallpapers/gruvbox/kestrel.png and /dev/null differ diff --git a/resources/img/wallpapers/gruvbox/manofwar.png b/resources/img/wallpapers/gruvbox/manofwar.png deleted file mode 100644 index 3a94e38e..00000000 Binary files a/resources/img/wallpapers/gruvbox/manofwar.png and /dev/null differ diff --git a/resources/img/wallpapers/gruvbox/osprey.png b/resources/img/wallpapers/gruvbox/osprey.png deleted file mode 100644 index 1edf4ea1..00000000 Binary files a/resources/img/wallpapers/gruvbox/osprey.png and /dev/null differ diff --git a/resources/img/wallpapers/gruvbox/shivan.png b/resources/img/wallpapers/gruvbox/shivan.png deleted file mode 100644 index 6866522b..00000000 Binary files a/resources/img/wallpapers/gruvbox/shivan.png and /dev/null differ diff --git a/resources/img/wallpapers/gruvbox/torus.png b/resources/img/wallpapers/gruvbox/torus.png deleted file mode 100644 index 2d5abd9c..00000000 Binary files a/resources/img/wallpapers/gruvbox/torus.png and /dev/null differ diff --git a/resources/img/wallpapers/readme.md b/resources/img/wallpapers/readme.md deleted file mode 100644 index 4175f7e2..00000000 --- a/resources/img/wallpapers/readme.md +++ /dev/null @@ -1,5 +0,0 @@ -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 -```