diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-16 17:46:31 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-16 17:46:31 -0600 |
| commit | 5253ac591f124183c12a0d5527f9b52e1c855ea3 (patch) | |
| tree | 955f83be6f4099496bef63b8e8484ff89a5583e8 | |
| parent | b45860b940d7082f1df9cd23be4e5f277fc777f1 (diff) | |
reorganize and add wallpaper(s)
| -rw-r--r-- | hosts/mercury/config.nix | 3 | ||||
| -rw-r--r-- | hosts/mercury/wallpapers/abstract-swirls.jpg | bin | 0 -> 418147 bytes | |||
| -rw-r--r-- | hosts/mercury/wallpapers/astronaut.jpg (renamed from hosts/mercury/wallpaper.jpg) | bin | 169046 -> 169046 bytes | |||
| -rw-r--r-- | hosts/mercury/wallpapers/hintergrund2.png (renamed from hosts/mercury/hintergrund2.png) | bin | 11700308 -> 11700308 bytes | |||
| -rw-r--r-- | hosts/mercury/wallpapers/riverboats.png (renamed from hosts/mercury/riverboats.png) | bin | 26692151 -> 26692151 bytes |
5 files changed, 1 insertions, 2 deletions
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/wallpapers/abstract-swirls.jpg b/hosts/mercury/wallpapers/abstract-swirls.jpg Binary files differnew file mode 100644 index 0000000..0948796 --- /dev/null +++ b/hosts/mercury/wallpapers/abstract-swirls.jpg diff --git a/hosts/mercury/wallpaper.jpg b/hosts/mercury/wallpapers/astronaut.jpg Binary files differindex 039afcc..039afcc 100644 --- a/hosts/mercury/wallpaper.jpg +++ b/hosts/mercury/wallpapers/astronaut.jpg diff --git a/hosts/mercury/hintergrund2.png b/hosts/mercury/wallpapers/hintergrund2.png Binary files differindex 6cf9a8f..6cf9a8f 100644 --- a/hosts/mercury/hintergrund2.png +++ b/hosts/mercury/wallpapers/hintergrund2.png diff --git a/hosts/mercury/riverboats.png b/hosts/mercury/wallpapers/riverboats.png Binary files differindex c390ca7..c390ca7 100644 --- a/hosts/mercury/riverboats.png +++ b/hosts/mercury/wallpapers/riverboats.png |
