mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2020-12-10 0e30e03a49c9c958cf694a5812f21b6c932b7fee
moved from wallpaper-reddit to reddit-wallpaper-fetcher
2 files modified
1 files added
1 files deleted
49 ■■■■■ changed files
Makefile 2 ●●● patch | view | raw | blame | history
emacs/.emacs.d @ 27d33b 2 ●●● patch | view | raw | blame | history
reddit-wallpaper-fetcher/.config/reddit-wallpaper-fetcher.conf 16 ●●●●● patch | view | raw | blame | history
wallpaper-reddit/.config/wallpaper-reddit/wallpaper-reddit.conf 29 ●●●●● patch | view | raw | blame | history
Makefile
@@ -20,7 +20,7 @@
SHELLS = bash zsh all-shells
UTILS = emacs git aspell
FUN = mpd ncmpcpp mailcap rtv
DESKTOP = libinput-gestures wallpaper-reddit
DESKTOP = libinput-gestures reddit-wallpaper-fetcher
CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP)
emacs/.emacs.d
@@ -1 +1 @@
Subproject commit 0b5a779a14b763910696016566a3d123d004fee9
Subproject commit 27d33bcdb6196199cee3334a9e8e440b5f3ed996
reddit-wallpaper-fetcher/.config/reddit-wallpaper-fetcher.conf
New file
@@ -0,0 +1,16 @@
#List of subreddits to check
SUBREDDITS=("EarthPorn" "CityPorn" "SpacePorn" "Wallpapers")
#What sort fetch list by, will choose the latest
SORT=new
#User-agent, shouldn't have to change
USER=$(whoami)
#Size of final image, currently unused
SIZE=1920x1080
#Whether to write the title on the final image
WRITE_TITLE=1
#Title color for ImageMagick
TITLE_COLOR="white"
#Title position for ImageMagick (North, South, East, West, Centre)
TITLE_POSITION="Southeast"
#Title font size
TITLE_SIZE=30
wallpaper-reddit/.config/wallpaper-reddit/wallpaper-reddit.conf
File was deleted