mirror of https://github.com/Chizi123/Reddit-wallpaper-fetcher.git

Joel Grunbaum
2021-08-27 247915c231641f63e76b8b6a8679807101f7a350
Quoting strings for safety
2 files modified
6 ■■■■ changed files
reddit-wallpaper-fetcher 2 ●●● patch | view | raw | blame | history
reddit-wallpaper-fetcher.conf 4 ●●●● patch | view | raw | blame | history
reddit-wallpaper-fetcher
@@ -4,7 +4,7 @@
#Default variables
SUBREDDITS=("Wallpapers")
SORT=new
SORT="new"
USER=$(whoami)
SIZE=1920x1080
WRITE_TITLE=1
reddit-wallpaper-fetcher.conf
@@ -1,9 +1,9 @@
#List of subreddits to check
SUBREDDITS=("Wallpapers")
#What sort fetch list by, will choose the latest
SORT=new
SORT="new"
#User-agent, shouldn't have to change
USER=$(whoami)
USER="$(whoami)"
#Size of final image, currently unused
SIZE=1920x1080
#Whether to write the title on the final image