Skip to content

Commit

Permalink
Returning to old, 'experimental' GTK3 detection for those not using a…
Browse files Browse the repository at this point in the history
… desktop environment.
  • Loading branch information
Brett Bohnenkamper committed Aug 9, 2012
1 parent a2035e5 commit 728cad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions screenfetch-dev
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,9 @@ detectgtk () {
fi

# Proper gtk3 Theme detection
if [ $(which gsettings) ] && [ "$distro" != "Mac OS X" ]; then
gtk3Theme="$(gsettings get org.gnome.desktop.interface gtk-theme | tr -d \"\'\")"
fi
#if [ $(which gsettings) ] && [ "$distro" != "Mac OS X" ]; then
# gtk3Theme="$(gsettings get org.gnome.desktop.interface gtk-theme | tr -d \"\'\")"
#fi

# ROX-Filer icon detect only
if [ -a ${XDG_CONFIG_HOME:-${HOME}/.config}/rox.sourceforge.net/ROX-Filer/Options ]; then
Expand Down

0 comments on commit 728cad0

Please sign in to comment.