From 98a2f6ae2c460bfeaade40f233894e8a3f81e615 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 5 Dec 2016 19:44:42 +1100 Subject: [PATCH] Image Upload: Set teknik as default --- config/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/config b/config/config index a77faca6..10448773 100644 --- a/config/config +++ b/config/config @@ -659,10 +659,13 @@ scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png" # Image upload host # Where to upload the image. # -# Default: 'imgur' +# Default: 'teknik' # Values: 'imgur', 'teknik' # Flag: --image_host -image_host="imgur" +# +# NOTE: If you'd like another image host to be added to Neofetch. +# Open an issue on github. +image_host="teknik" # Config Options