diff --git a/desktopenvs/hyprdrive/wallpaper/CREDITS.md b/desktopenvs/hyprdrive/wallpaper/CREDITS.md index 0c66516..5177337 100644 --- a/desktopenvs/hyprdrive/wallpaper/CREDITS.md +++ b/desktopenvs/hyprdrive/wallpaper/CREDITS.md @@ -1,13 +1,15 @@ # Default wallpaper credit -`background.jpg` — "New view of the Pillars of Creation — visible" (Eagle Nebula, -M16), a 2014 Hubble Space Telescope re-observation. +`background.jpg` — "Rings of Relativity" (GAL-CLUS-022058s), a Hubble Space +Telescope image of one of the most complete Einstein rings ever observed: light +from a distant background galaxy bent into a near-perfect ring by the gravity of +an intervening galaxy cluster (gravitational lensing). -- Source: https://esahubble.org/images/heic1501a/ -- Credit: NASA, ESA/Hubble and the Hubble Heritage Team +- Source: https://esahubble.org/images/potw2050a/ +- Credit: ESA/Hubble & NASA, S. Jha; Acknowledgement: L. Shatz - License: Creative Commons Attribution 4.0 International (CC BY 4.0) — https://esahubble.org/copyright/ -- Downloaded variant: `wallpaper_uhd` (3840×2160) +- Downloaded variant: `large` (3547×2065) ESA/Hubble images may be freely reproduced provided they are clearly and visibly credited. This file exists to carry that credit alongside the asset — diff --git a/desktopenvs/hyprdrive/wallpaper/background.jpg b/desktopenvs/hyprdrive/wallpaper/background.jpg index 47f255b..e434001 100644 Binary files a/desktopenvs/hyprdrive/wallpaper/background.jpg and b/desktopenvs/hyprdrive/wallpaper/background.jpg differ diff --git a/setup/modules/Desktop-Environments/hyprdrive.sh b/setup/modules/Desktop-Environments/hyprdrive.sh old mode 100644 new mode 100755 index 7b185f7..3c036cf --- a/setup/modules/Desktop-Environments/hyprdrive.sh +++ b/setup/modules/Desktop-Environments/hyprdrive.sh @@ -37,7 +37,7 @@ # workspaces (all tied to the dropped shell stack) # - wofi-calc's Super+Alt+F bind now opens qalculate-gtk instead (already a # general-purpose package, not wofi-dependent) -# - Default wallpaper is a real NASA/ESA Hubble image (Pillars of Creation, +# - Default wallpaper is a real ESA/Hubble image ("Rings of Relativity", # CC BY 4.0 — desktopenvs/hyprdrive/wallpaper/, see its CREDITS.md) instead # of the personal Nextcloud-hosted background hyprlua.sh fetches # @@ -256,7 +256,7 @@ cp ~/Dotfiles/colors.conf ~/.config/colors.conf log "Copying wallpaper and resources..." mkdir -p ~/Pictures -# Default wallpaper: NASA/ESA Hubble "Pillars of Creation" (CC BY 4.0 — see +# Default wallpaper: ESA/Hubble "Rings of Relativity" (CC BY 4.0 — see # desktopenvs/hyprdrive/wallpaper/CREDITS.md). hyprpaper.conf and hyprlock- # backgrounds.conf both already default to ~/Pictures/background.jpg. cp ~/Dotfiles/desktopenvs/hyprdrive/wallpaper/background.jpg ~/Pictures/background.jpg