From 5253ac591f124183c12a0d5527f9b52e1c855ea3 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 16 Jan 2026 17:46:31 -0600 Subject: reorganize and add wallpaper(s) --- hosts/mercury/config.nix | 3 +-- hosts/mercury/hintergrund2.png | Bin 11700308 -> 0 bytes hosts/mercury/riverboats.png | Bin 26692151 -> 0 bytes hosts/mercury/wallpaper.jpg | Bin 169046 -> 0 bytes hosts/mercury/wallpapers/abstract-swirls.jpg | Bin 0 -> 418147 bytes hosts/mercury/wallpapers/astronaut.jpg | Bin 0 -> 169046 bytes hosts/mercury/wallpapers/hintergrund2.png | Bin 0 -> 11700308 bytes hosts/mercury/wallpapers/riverboats.png | Bin 0 -> 26692151 bytes 8 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 hosts/mercury/hintergrund2.png delete mode 100644 hosts/mercury/riverboats.png delete mode 100644 hosts/mercury/wallpaper.jpg create mode 100644 hosts/mercury/wallpapers/abstract-swirls.jpg create mode 100644 hosts/mercury/wallpapers/astronaut.jpg create mode 100644 hosts/mercury/wallpapers/hintergrund2.png create mode 100644 hosts/mercury/wallpapers/riverboats.png (limited to 'hosts/mercury') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 657c4e5..e9c7d9e 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -4,7 +4,7 @@ user.name = "collin"; desktop = { - wallpaper = ./wallpaper.jpg; + wallpaper = ./wallpapers/abstract-swirls.jpg; gtk.enable = true; greetd = { enable = true; @@ -12,7 +12,6 @@ }; wm = { - # niri.enable = true; sway.enable = true; components = { diff --git a/hosts/mercury/hintergrund2.png b/hosts/mercury/hintergrund2.png deleted file mode 100644 index 6cf9a8f..0000000 Binary files a/hosts/mercury/hintergrund2.png and /dev/null differ diff --git a/hosts/mercury/riverboats.png b/hosts/mercury/riverboats.png deleted file mode 100644 index c390ca7..0000000 Binary files a/hosts/mercury/riverboats.png and /dev/null differ diff --git a/hosts/mercury/wallpaper.jpg b/hosts/mercury/wallpaper.jpg deleted file mode 100644 index 039afcc..0000000 Binary files a/hosts/mercury/wallpaper.jpg and /dev/null differ diff --git a/hosts/mercury/wallpapers/abstract-swirls.jpg b/hosts/mercury/wallpapers/abstract-swirls.jpg new file mode 100644 index 0000000..0948796 Binary files /dev/null and b/hosts/mercury/wallpapers/abstract-swirls.jpg differ diff --git a/hosts/mercury/wallpapers/astronaut.jpg b/hosts/mercury/wallpapers/astronaut.jpg new file mode 100644 index 0000000..039afcc Binary files /dev/null and b/hosts/mercury/wallpapers/astronaut.jpg differ diff --git a/hosts/mercury/wallpapers/hintergrund2.png b/hosts/mercury/wallpapers/hintergrund2.png new file mode 100644 index 0000000..6cf9a8f Binary files /dev/null and b/hosts/mercury/wallpapers/hintergrund2.png differ diff --git a/hosts/mercury/wallpapers/riverboats.png b/hosts/mercury/wallpapers/riverboats.png new file mode 100644 index 0000000..c390ca7 Binary files /dev/null and b/hosts/mercury/wallpapers/riverboats.png differ -- cgit v1.3.1