depends gnome-panel									&&
if  [ "$NVIDIA" = "y" ]; then
  . $GRIMOIRE/FUNCTIONS  &&
  if check_if_xorg_modular_libs gtk+2; then
		depends nvidia-settings \
		"--with-nvidia --with-x11=$TRACK_ROOT/usr/" "" z-rejected
	else
		depends nvidia-settings \
		"--with-nvidia --with-x11=$TRACK_ROOT/usr/X11R6/" "" z-rejected
	fi
fi  &&
optional_depends lm_sensors "" "" "for reading temperatures with lm_sensors"		&&
optional_depends hddtemp "" "" "for reading temperatures on S.M.A.R.T capable hard disks"  &&
optional_depends "libnotify" "" "" "Enable notifications"
