Disable Theme, Fonts and Icons on OS X
This commit is contained in:
parent
6cdbf9ca21
commit
7d2b1928a3
5
fetch
5
fetch
|
@ -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"
|
||||||
|
|
Reference in New Issue