# Functions
BackgroundTempFile writes Background to a temporary file on disk, returning the resulting file path.
IconTempFile writes Icon to a temporary file on disk, returning the resulting file path.
# Variables
Background is a raw byte slice of bytes of bg.tiff
go:embed bg.tif.
Icon is a raw byte slice of bytes of vol.icns
go:embed vol.icns.