# Template file for 'nwg-shell' OSNAME="nwg-shell" PRETTY="nwg-shell" LOGO="" ICON="nwg-shell.svg" ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/nwg-shell.png" CATEGORY="advanced" BASEDOF="Arch" DESCRIPTION="Arch Linux ISO with nwg-shell for sway and Hyprland" HOMEPAGE="https://nwg-piotr.github.io/nwg-shell" CREDENTIALS="nwg:nwg" GPG="" RSS="" DW="" MAGNET="" CHAT="" RELEASES="2025.07.01 2025.06.08" QEMU_ARCH="amd64" releases_() { #shellcheck disable=SC2046,SC2005 echo $(web_pipe "https://sourceforge.net/projects/nwg-iso/rss?path=/" | grep 'url=' | grep '64.iso' | cut -d'/' -f12 | cut -d'-' -f3) } get_() { local HASH="" local ISO="nwg-live-${RELEASE}-x86_64.iso" local URL="https://sourceforge.net/projects/nwg-iso/files" HASH="$(web_pipe "https://sourceforge.net/projects/nwg-iso/rss?path=/" | grep "${ISO}" | cut -d'>' -f3 | cut -d'<' -f1 | tail -n 1)" echo "${URL}/${ISO} ${HASH}" }