mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Disable Theme, Fonts and Icons on OS X
This commit is contained in:
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
Block a user