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

Joel Grunbaum
2020-12-10 17ad786d2202b9002072fb0a0b5a8f7828fbde8d
commit | author | age
99c36a 1 #+TITLE:Reddit wallpaper fetcher
JG 2
3 * What is this?
4 This is a simple shell script to pull the images from a set of subreddits, intended for use as a dynamic wallpaper.
5 It is written in bash and uses curl, jq and imagemagick for its processing.
6 Currently it downloads the images, names them and places them in a folder which should set the wallpaper.
7 It can optionally add the title of the image to the image.
8 It uses a simple, bash readable configuration file.
9
10 * How to use
11 Copy the default configuration file to ~/.config/reddit-wallpaper-fetcher.conf and alter the variables as need be.
12 The list of subreddits is a bash list, so every entry needs to be in quotes and seperated by a space or newline.
13
14 * TODOs
15 - Interface with the window manager to set the wallpaper
cb29fd 16 # - Setup image scaling/resizing