Disable Theme, Fonts and Icons on OS X
This commit is contained in:
parent
6cdbf9ca21
commit
7d2b1928a3
1 changed files with 5 additions and 0 deletions
5
fetch
5
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"
|
||||
|
|
Loading…
Reference in a new issue