From 7d2b1928a330f1fc9fe2a042756ce7e424aa09ad Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 20 Feb 2016 11:34:41 +1100 Subject: [PATCH] Disable Theme, Fonts and Icons on OS X --- fetch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fetch b/fetch index f61be1bd..5002df95 100755 --- a/fetch +++ b/fetch @@ -1159,6 +1159,11 @@ getstyle () { # is run multiple times. unset gtk2theme gtk3theme theme path + # Disable theme output on OS X + case "$os" in + "Mac OS X") return ;; + esac + case "$1" in theme) name="gtk-theme-name"