From 77b1e5877900d38c8e1512eaa6f6752cffc12245 Mon Sep 17 00:00:00 2001 From: jacr13 Date: Wed, 14 Apr 2021 23:26:33 +0200 Subject: [PATCH] Add view image config var to whoogle.env --- whoogle.env | 1 + 1 file changed, 1 insertion(+) diff --git a/whoogle.env b/whoogle.env index 87a77a2..0fdfd74 100644 --- a/whoogle.env +++ b/whoogle.env @@ -20,6 +20,7 @@ #WHOOGLE_CONFIG_ALTS=1 # Use social media site alternatives #WHOOGLE_CONFIG_TOR=1 # Use Tor if available #WHOOGLE_CONFIG_NEW_TAB=1 # Open results in new tab +#WHOOGLE_CONFIG_VIEW_IMAGE=1 # Enable View Image option #WHOOGLE_CONFIG_GET_ONLY=1 # Search using GET requests only #WHOOGLE_CONFIG_URL=https:/// #WHOOGLE_CONFIG_STYLE=":root { /* LIGHT THEME COLORS */ --whoogle-background: #d8dee9; --whoogle-accent: #2e3440; --whoogle-text: #3B4252; --whoogle-contrast-text: #eceff4; --whoogle-secondary-text: #70757a; --whoogle-result-bg: #fff; --whoogle-result-title: #4c566a; --whoogle-result-url: #81a1c1; --whoogle-result-visited: #a3be8c; /* DARK THEME COLORS */ --whoogle-dark-background: #222; --whoogle-dark-accent: #685e79; --whoogle-dark-text: #fff; --whoogle-dark-contrast-text: #000; --whoogle-dark-secondary-text: #bbb; --whoogle-dark-result-bg: #000; --whoogle-dark-result-title: #1967d2; --whoogle-dark-result-url: #4b11a8; --whoogle-dark-result-visited: #bbbbff; }"