Select the types of activity you want to include in your feed.
1#!/usr/bin/env nix-shell 2#! nix-shell -p imagemagick -i bash 3 4BASEDIR=$(dirname "$0") 5convert "$1" -dither FloydSteinberg -remap ${BASEDIR}/gruvbox-dark.png "$2"