Disable Theme, Fonts and Icons on OS X

This commit is contained in:
Dylan 2016-02-20 11:34:41 +11:00
parent 6cdbf9ca21
commit 7d2b1928a3
1 changed files with 5 additions and 0 deletions

5
fetch
View File

@ -1159,6 +1159,11 @@ getstyle () {
# is run multiple times. # is run multiple times.
unset gtk2theme gtk3theme theme path unset gtk2theme gtk3theme theme path
# Disable theme output on OS X
case "$os" in
"Mac OS X") return ;;
esac
case "$1" in case "$1" in
theme) theme)
name="gtk-theme-name" name="gtk-theme-name"